node-red-contrib-sun-position
Version:
NodeRED nodes to get sun and moon position
61 lines (60 loc) • 2.49 kB
JSON
{
"clock-timer": {
"label": {
"clock-timer": "clock-timer",
"clock-timer-palette": "clock timer",
"output2": "state object",
"payloadDefault": "payload",
"payloadDefaultOffset": "Offset",
"payloadDefaultFormat": "Format",
"overwriteExpire": "expire",
"name": "name",
"showEnhSettings": "Enhanced settings",
"offset": "time offset",
"dialogtitle": "Edit Rule",
"autoTrigger": "auto trigger",
"autoTrigger2": "dynamic, but at least every",
"startDelay": "delay output on start",
"timeconstraintshow": "show additional time constraints",
"timeconstrainthide": "hide additional time constraints",
"addId": "add. ID",
"resultContainer": "Output 1 msg object definition"
},
"placeholder": {
"payloadDefault": "payload if no other used",
"payloadDefaultOffset": "",
"payloadDefaultFormat": "",
"overwriteExpire": "(opt) the duration a manual setting will remain",
"name": "Name",
"expiryperiod": "120",
"btnAdd": "add new empty rule",
"btnSort": "sort all rules, Attention this can change the behavior!",
"btnClear": "removes all rules from list",
"btnExport": "Copy all rules to clipboard.",
"btnImport": "Past rules from Clipboard to the list (append).",
"time": "time",
"offset": "time offset",
"ruleImportance": "defined a importance how the rule should be work to overrides. Only Overrides with a higher or same importance can override the rule.",
"ruleTopic": "allows to define a seperate topic for outgoing message per rule, if not defined default topic will be used",
"resetOverwrite": "if checked manual overwrite will be reset when this rule becomes active the first time",
"ruleTimeDays": "select days wherefore it should be valid",
"ruleTimeMonths": "select months wherefore it should be valid",
"autoTrigger": "automatic triggers new calculation of the rule in a dynamic changing time interval",
"autoTriggerTime": "10",
"startDelay": "0 - off",
"startDelay2": "delay any output to the first (or only) output on start (Node-Red start, Deplay, ...). Set to 0 to deactivate.",
"start":"tt.mm",
"end":"tt.mm",
"addId": "additional ID"
},
"tabs-label": {
"general":"Name and config",
"default":"Default and Ooverwrite",
"time":"Time control",
"output":"Output and other"
},
"tips": {
"documentation": "<a href=\"https://github.com/rdmtc/node-red-contrib-sun-position/wiki/clock-timer\">Documentation and examples</a>"
}
}
}