We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6446f4 commit 3cc40afCopy full SHA for 3cc40af
dzVents/runtime/Domoticz.lua
@@ -39,6 +39,8 @@ local function Domoticz(settings)
39
nowTime['isNightTime'] = timeofday['Nighttime']
40
nowTime['sunriseInMinutes'] = timeofday['SunriseInMinutes']
41
nowTime['sunsetInMinutes'] = timeofday['SunsetInMinutes']
42
+ nowTime['civTwilightStartInMinutes'] = timeofday['CivTwilightStartInMinutes']
43
+ nowTime['civTwilightEndInMinutes'] = timeofday['CivTwilightEndInMinutes']
44
45
-- the new instance
46
local self = {
0 commit comments