You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
** '''isToday''': ''Boolean''. Indicates if the device was updated today
519
529
** '''sunriseInMinutes''': ''Number''. Number of minutes since midnight when the sun will rise.
520
530
** '''sunsetInMinutes''': ''Number''. Number of minutes since midnight when the sun will set.
531
+
** '''civTwilightStartInMinutes''': ''Number''. <sup>2.4.7</sup> Number of minutes since midnight when the civil twilight will start.
532
+
** '''civTwilightEndInMinutes''': ''Number''. <sup>2.4.7</sup> Number of minutes since midnight when the civil twilight will end.
521
533
* '''utils''': <sup>2.4.0</sup>. A subset of handy utilities:
522
534
* _: Lodash. This is an entire collection with very handy Lua functions. Read more about [[#Lodash_for_Lua|Lodash]]. E.g.: <code>domoticz.utils._.size({'abc', 'def'}))</code> Returns 2.
523
535
* '''fileExists(path)''': ''Function'': <sup>2.4.0</sup> Returns <code>true</code> if the file (with full path) exists.
@@ -602,7 +614,7 @@ The domoticz object has these constants available for use in your code e.g. <cod
602
614
* '''HUM_COMFORTABLE''', '''HUM_DRY''', '''HUM_NORMAL''', '''HUM_WET''': constant for humidity status.
0 commit comments