diff --git a/time/suncalc/locales/en-US/79-suncalc.html b/time/suncalc/locales/en-US/79-suncalc.html index 71e42bbb..cfc27b92 100644 --- a/time/suncalc/locales/en-US/79-suncalc.html +++ b/time/suncalc/locales/en-US/79-suncalc.html @@ -5,7 +5,7 @@
The start and end times can be offset by a number of minutes before (minus) or after (plus) the chosen event time.
The first output emits a msg.payload
of 1 or 0 every minute depending if in between selected times or not.
The second output emits only on the transition between night to day (-> 1) or day to night (-> 0).
- When the initial value at startup is required to be sent, that value will be emitted at the second output.
It also outputs msg.start
, msg.end
and msg.now
which are todays start and end times, with offsets applied, in ISO format, and the current ISO time.
msg.sun
is an object containing the azimuth and altitude, in degrees, of the current sun position.
msg.moon
is an object containing position, phase, illumination and icon of the moon.