beginner question
Posted: Wednesday 29 January 2020 1:23
I started with dzvents since 2 days.
I want to switch a device with 'between 00:47 and 00:48',
this is of course an example
the .switchOn () command is wrong I don't know what the correct command is
thank you in advance
I want to switch a device with 'between 00:47 and 00:48',
this is of course an example
Code: Select all
return {
on = {
timer = {
'between 00:47 and 00:48' ,
},
},
execute = function(domoticz, timer)
domoticz.devices('Printer voorkamer') .switchOn()
end
}
the .switchOn () command is wrong I don't know what the correct command is
thank you in advance