node-red-contrib-sun-position
Version:
NodeRED nodes to get sun and moon position
62 lines • 2.97 kB
JSON
{
"time-inject": {
"label": {
"time-inject": "inject+",
"property": "Property",
"propertyThreshold": "Threshold",
"time": "Time",
"offset": "Offset",
"timeStart": "Time start",
"timeEnd": "Time end",
"timeStartOffset": "Start Offset",
"timeEndOffset": "End Offset",
"timeAlt": "Alternate time",
"timeAltoffset": "Offset",
"recalcTime": "recalculation time",
"hours": "Hours",
"once": "additional",
"onstart": "Inject on start ",
"onceDelay": "seconds",
"fewDays": "few days",
"fewMonths": "few months",
"interval-amount":"fixed number between time",
"cron":"CRON expression",
"count":"Count",
"intervalStart":"start from"
},
"placeholder": {
"position": "Position",
"name": "Name",
"topic": "Name",
"property": "Property",
"propertyThreshold": "Threshold",
"payload": "payload data of the send message",
"intervalCount":"count",
"time": "time for inject",
"timeOffset": "offset of time",
"timeAlt": "alternate time",
"timeAltOffset": "offset of the alternate time",
"timeLimits":"Select days and / or months for which it should be valid",
"days":"select days wherefore it should be valid",
"months":"select months wherefore it should be valid",
"recalcTime": "Interval of a recalculation of the time for send a message.",
"once": "define if the node should emit a message independent of the time a message on flow start",
"intervalStart":"YYYY-MM-DDTHH:mm:ss",
"start":"tt.mm",
"end":"tt.mm"
},
"tips": {
"addTimes": "Alternative time: If the specified property has the value 'true', the trigger is triggered at the specified alternative time instead of the normal specified time. This is useful for triggering a flow at a different time on public holidays or other special days.",
"recalc": "If the time stamp is defined by a flow or global context, changes to the values do not lead to an immediate change in the planned trigger time, but only when a recalculation is carried out. This can be used to set a regular recalculation.",
"documentation": "<a href=\"https://github.com/rdmtc/node-red-contrib-sun-position/wiki/time-inject\">Documentation and examples</a>"
},
"message": {
"onceDelay": "delay __seconds__s"
},
"errors": {
"failed": "inject failed, see log for details",
"invalid-property-type": "Invalid Property Type: __type__",
"invalid-daterange": "Day is today not in valid range."
}
}
}