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:
Joachim Stolberg 2020-07-21 14:10:59 +02:00 committed by GitHub
commit f29f7f795f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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