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",
|
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