node-red-contrib-automation-controller
Version:
A Node-RED automation controller
111 lines • 3.19 kB
JSON
{
"node": {
"name":"Automation Controller"
},
"label": {
"idx": "Index:",
"name": "Name:",
"input": "Input:",
"output": "Output:",
"match": "When match:",
"amatch": "Activate on:",
"imatch": "Deactivate on:",
"repeat": "Repeat:",
"cooldown": "Cooldown:",
"resEvent": "Auto reset:",
"timeOut": "Time out:",
"value": "Value:",
"cycle": "Cycle",
"neg": "Mirror effect",
"upRule": "Update target rule's last value",
"init": "Initial value:",
"inix": "Initial index:",
"lrule": "Link to rule:",
"steps": "Steps:",
"min": "Min:",
"max": "Max:",
"ipos": "Initially positive",
"sup": "Positive steps:",
"sdown": "Negative steps:",
"enedge": "Ensure edges reached",
"index": "index %1:",
"delete": "Delete rule",
"resetInitial": "Reset to initial value on activation",
"sendInactive": "Send on inactive:",
"seperated": "Seperated outputs",
"triggerActive": "Trigger action on active match while active",
"repMsg": "Message on repeat:"
},
"rule": {
"name": "Rule name:",
"behavior": "Behavior:",
"behave": {
"sng": "Allow only single action",
"mul": "Allow all actions",
"can": "Cancel ongoing actions"
},
"mode": "Output engine:",
"modes": {
"single": "Single value",
"iterate": "Iterate value",
"bounce": "Bouncing value",
"fixed": "Fixed values",
"linked": "Linked rule"
},
"match": "Match mode:",
"matches": {
"event": "Event",
"state": "State"
}
},
"option":{
"nothing": "nothing",
"original": "original message",
"latest": "latest message",
"latestRule": "latest rule message",
"js": "JavaScript"
},
"tabs": {
"default": "default",
"add": "Create"
},
"date": {
"time":{
"ms": "milliseconds",
"s": "seconds",
"m": "minutes",
"h": "hours",
"d": "days"
},
"days": {
"0": "Monday",
"1": "Tuesday",
"2": "Wednesday",
"3": "Thursday",
"4": "Friday",
"5": "Saturday",
"6": "Sunday"
},
"every": "Every:",
"between": "Between:",
"and": "and",
"on": "on"
},
"text": {
"name": "name",
"unknown": "no director link"
},
"error": {
"invalidMsg": "Invalid message.",
"invalidIdx": "Invalid index",
"invalidInit": "Invalid initial value",
"stepVal": "Invalid step value",
"minVal": "Invalid min value",
"maxVal": "Invalid max value"
},
"status":{
"active":"active",
"inactive":"inactive",
"reset":"reset"
}
}