ICTA Controller: Add support for valves by adding on/off states
This commit is contained in:
parent
96f8710980
commit
1ccee06757
@ -179,7 +179,7 @@ techage.icta_register_condition("state", {
|
|||||||
type = "textlist",
|
type = "textlist",
|
||||||
name = "value",
|
name = "value",
|
||||||
label = "",
|
label = "",
|
||||||
choices = "stopped,running,standby,blocked,nopower,fault,unloaded,invalid",
|
choices = "stopped,running,standby,blocked,nopower,fault,unloaded,invalid,on,off",
|
||||||
default = "stopped",
|
default = "stopped",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user