Merge pull request #16 from Thomas--S/icta-valve
ICTA Controller: Add support for valves by adding on/off states
This commit is contained in:
commit
f29f7f795f
@ -179,7 +179,7 @@ techage.icta_register_condition("state", {
|
||||
type = "textlist",
|
||||
name = "value",
|
||||
label = "",
|
||||
choices = "stopped,running,standby,blocked,nopower,fault,unloaded,invalid",
|
||||
choices = "stopped,running,standby,blocked,nopower,fault,unloaded,invalid,on,off",
|
||||
default = "stopped",
|
||||
},
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user