switchOff.at: bug?
Posted: Thursday 14 May 2020 16:09
Hello
This code
Triggers the following error
SwitchOff is executed and program stops execution right after.
The same 'at' conditions in
works fine
dzVents 3.0.4
This code
Code: Select all
dz.devices(312).switchOn().at("between 15 minutes after civiltwilightstart and 15 minutes before civiltwilightend")Code: Select all
2020-05-14 15:59:40.964 Error: dzVents: Error: (3.0.4) test timer script: /home/pi/domoticz/dzVents/runtime/Utils.lua:87: attempt to perform arithmetic on a nil value (local 'hours')The same 'at' conditions in
Code: Select all
on = {
devices = { 421, [363] = {"between 15 minutes after civiltwilightstart and 15 minutes before civiltwilightend"} }
dzVents 3.0.4