Pablo Acosta-Serafini 8089a83c63 timeswitch node: a) do not mark node as misconfigured if sunrise and
sunset are not used and latitude/longitude are not given. b) support for
specifying time zone when on and/or off times are not specified as
sunrise and/or sunset.
2021-02-18 12:07:10 -05:00

26 lines
762 B
JSON

{
"name" : "node-red-node-timeswitch",
"version" : "0.0.8",
"description" : "A Node-RED node to provide a simple timeswitch to schedule daily on/off events.",
"dependencies" : {
"moment-timezone": "^0.5.33",
"suncalc": "^1.8.0"
},
"repository" : {
"type":"git",
"url":"https://github.com/node-red/node-red-nodes/tree/master/time/scheduler"
},
"license": "Apache-2.0",
"keywords": [ "node-red", "timeswitch", "timer", "scheduler" ],
"node-red" : {
"nodes" : {
"timeswitch": "timeswitch.js"
}
},
"author": {
"name": "Dave Conway-Jones",
"email": "ceejay@vnet.ibm.com",
"url": "http://nodered.org"
}
}