1*d2c73f64SJagpal Singh Gilldescription: > 2*d2c73f64SJagpal Singh Gill Implement to provide entity manager configuration for the gpio based valve. 3*d2c73f64SJagpal Singh Gill 4*d2c73f64SJagpal Singh Gillproperties: 5*d2c73f64SJagpal Singh Gill - name: Type 6*d2c73f64SJagpal Singh Gill type: string 7*d2c73f64SJagpal Singh Gill description: > 8*d2c73f64SJagpal Singh Gill The type of configuration object. 9*d2c73f64SJagpal Singh Gill flags: 10*d2c73f64SJagpal Singh Gill - readonly 11*d2c73f64SJagpal Singh Gill - name: Name 12*d2c73f64SJagpal Singh Gill type: string 13*d2c73f64SJagpal Singh Gill description: > 14*d2c73f64SJagpal Singh Gill The name of the valve. 15*d2c73f64SJagpal Singh Gill flags: 16*d2c73f64SJagpal Singh Gill - readonly 17*d2c73f64SJagpal Singh Gill - name: OpenPinName 18*d2c73f64SJagpal Singh Gill type: string 19*d2c73f64SJagpal Singh Gill description: > 20*d2c73f64SJagpal Singh Gill The name of the GPIO pin that shows the valve's open status. 21*d2c73f64SJagpal Singh Gill flags: 22*d2c73f64SJagpal Singh Gill - readonly 23*d2c73f64SJagpal Singh Gill - name: OpenPolarity 24*d2c73f64SJagpal Singh Gill type: string 25*d2c73f64SJagpal Singh Gill description: > 26*d2c73f64SJagpal Singh Gill The GPIO polarity depicting valve's open status. 27*d2c73f64SJagpal Singh Gill flags: 28*d2c73f64SJagpal Singh Gill - readonly 29*d2c73f64SJagpal Singh Gill - name: OpenControlPinName 30*d2c73f64SJagpal Singh Gill type: string 31*d2c73f64SJagpal Singh Gill description: > 32*d2c73f64SJagpal Singh Gill The name of the GPIO pin that controls opening the valve. 33*d2c73f64SJagpal Singh Gill flags: 34*d2c73f64SJagpal Singh Gill - readonly 35*d2c73f64SJagpal Singh Gill - name: OpenControlValue 36*d2c73f64SJagpal Singh Gill type: boolean 37*d2c73f64SJagpal Singh Gill description: > 38*d2c73f64SJagpal Singh Gill The GPIO value to set to open the valve. 39