ICTA Controller: Add support for valves by adding on/off states

This commit is contained in:
Thomas--S 2020-07-18 13:59:41 +02:00
parent 96f8710980
commit 1ccee06757

View File

@ -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",
}, },
{ {