rename timeswitch dawn/dusk to sunrise/sunset

to close #741
This commit is contained in:
Dave Conway-Jones
2021-01-22 16:28:07 +00:00
parent 12c485faaf
commit 4bdb6216d3
2 changed files with 12 additions and 12 deletions

View File

@@ -1,9 +1,9 @@
{
"name" : "node-red-node-timeswitch",
"version" : "0.0.7",
"version" : "0.0.8",
"description" : "A Node-RED node to provide a simple timeswitch to schedule daily on/off events.",
"dependencies" : {
"suncalc": "1.6.0"
"suncalc": "^1.8.0"
},
"repository" : {
"type":"git",