node-red-contrib-eztimer
Advanced tools
Comparing version 1.0.13 to 1.0.14
@@ -47,3 +47,4 @@ const util = require('util'); | ||
"nightEnd", | ||
"night" | ||
"night", | ||
"nadir" | ||
]; | ||
@@ -50,0 +51,0 @@ |
{ | ||
"name": "node-red-contrib-eztimer", | ||
"version": "1.0.13", | ||
"version": "1.0.14", | ||
"description": "A simple-yet-flexible timer/scheduler for node-red", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -100,2 +100,5 @@ # eztimer | ||
## 1.0.14 | ||
* Added `nadir` to ordered sun event array | ||
## 1.0.13 | ||
@@ -102,0 +105,0 @@ * Corrected invalid time received SunCalc based on events that don't happen at a particular lat/long by moving to the next closest valid event. ie, if `night` was chosen, but doesn't exist, `nauticalDusk` would be used. A warning is emitted each time an event is scheduled for a sun event different to that selected in the config. - [credit @B0F1B0](https://github.com/mrgadget/node-red-contrib-eztimer/issues/10). |
73047
792
141