node-red-contrib-sun-position
Version:
NodeRED nodes to get sun and moon position
41 lines • 1.43 kB
JSON
{
"time-span": {
"label": {
"time-span": "time-span",
"compare": "compare",
"operand1": "Input 1",
"operand1Format": "parse format",
"operand1Offset": "Offset",
"operand2": "Input 2",
"operand2Format": "parse format",
"operand2Offset": "Offset",
"operator":"calculation",
"operatorContainer": "compare timespan between Inputs",
"result1": "result",
"result1Value": "value",
"result1TSFormat": "output format",
"result1Format": "output format",
"result1Offset": "Offset",
"resultContainer": "result"
},
"typeLabel":{
"timespan": "timespan between Inputs",
"operand1": "Input 1 value",
"operand2": "Input 2 value"
},
"placeholder": {
"operand": "Input",
"operandFormat": "parse format",
"operandOffset": "Offset",
"operator": "calculation",
"result": "result",
"resultValue": "value",
"resultTSFormat": "output format",
"resultFormat": "output format",
"resultOffset": "Offset"
},
"tips": {
"documentation": "<a href=\"https://github.com/rdmtc/node-red-contrib-sun-position/wiki/time-span\">Documentation and examples</a>"
}
}
}