Skip to content

Commit 3cc40af

Browse files
author
Alexandre Bertrand
committed
Add missing to nowtime
1 parent c6446f4 commit 3cc40af

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

dzVents/runtime/Domoticz.lua

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ local function Domoticz(settings)
3939
nowTime['isNightTime'] = timeofday['Nighttime']
4040
nowTime['sunriseInMinutes'] = timeofday['SunriseInMinutes']
4141
nowTime['sunsetInMinutes'] = timeofday['SunsetInMinutes']
42+
nowTime['civTwilightStartInMinutes'] = timeofday['CivTwilightStartInMinutes']
43+
nowTime['civTwilightEndInMinutes'] = timeofday['CivTwilightEndInMinutes']
4244

4345
-- the new instance
4446
local self = {

0 commit comments

Comments
 (0)