node-red-contrib-sun-position
Version:
NodeRED nodes to get sun and moon position
19 lines • 994 B
JSON
{
"sun-position": {
"label": {
"azimuthpos":"azimuth Position",
"start": "Start",
"startOffset":"Start Offset",
"end": "End",
"endOffset":"Start Offset"
},
"placeholder": {
"startOffset": 0,
"endOffset": 0
},
"tips": {
"documentation" : "If a message arrives through the Input the calculated position of the sun will be always send to the first output. If additionally specified upper and lower limits for the solar radiation and the azimuth is inside the defined limits the incoming message will send to the associated output. <a href=\"https://github.com/rdmtc/node-red-contrib-sun-position/wiki/sun-position\">Documentation and examples</a>",
"config": "This configuration is used to add a sunInSky property of the message emitted to the first output. This can be used to work with node-red-contrib-blindcontroller nodes"
}
}
}