node-red-contrib-chronos
Version:
Time-based Node-RED scheduling, repeating, queueing, routing, filtering and manipulating nodes
30 lines (29 loc) • 881 B
JSON
{
"state":
{
"label":
{
"node": "state",
"inputPort": "control/override",
"outputPort": "current state",
"message": "Message",
"value": "Value",
"states": "States",
"manualTrigger": "manual trigger",
"outputOnStart": "Output current state on start after",
"passiveMode": "Passive trigger mode"
},
"status":
{
"noStates": "no states",
"noState": "no current state",
"currentState": "current state",
"until": "until"
},
"error":
{
"noStates": "No states configured",
"invalidCtxTrigger": "Invalid state trigger from context variable"
}
}
}