invalid as option for all state requests added

This commit is contained in:
Joachim Stolberg 2019-01-07 20:27:22 +01:00
parent 1509bf8a4c
commit baa0b655b0

@ -125,7 +125,7 @@ smartline.icta_register_condition("input", {
{ {
type = "textlist", type = "textlist",
name = "value", name = "value",
choices = "on,off,false", choices = "on,off,invalid",
default = "on", default = "on",
}, },
{ {
@ -163,7 +163,7 @@ smartline.icta_register_condition("state", {
type = "textlist", type = "textlist",
name = "value", name = "value",
label = "", label = "",
choices = "stopped,running,standby,blocked,defect,fault,never", choices = "stopped,running,standby,blocked,defect,fault,invalid",
default = "stopped", default = "stopped",
}, },
{ {
@ -202,7 +202,7 @@ smartline.icta_register_condition("fuel", {
type = "textlist", type = "textlist",
name = "value", name = "value",
label = "", label = "",
choices = "full,loaded,empty", choices = "full,loaded,empty,invalid",
default = "full" default = "full"
}, },
{ {
@ -241,7 +241,7 @@ smartline.icta_register_condition("chest", {
type = "textlist", type = "textlist",
name = "value", name = "value",
label = "", label = "",
choices = "empty,loaded", choices = "empty,loaded,invalid",
default = "empty", default = "empty",
}, },
{ {
@ -278,7 +278,7 @@ smartline.icta_register_condition("signaltower", {
{ {
type = "textlist", type = "textlist",
name = "value", name = "value",
choices = "off,green,amber,red", choices = "off,green,amber,red,invalid",
default = "off", default = "off",
}, },
{ {