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