The switch was created by the AeotecGEN5 zwave hardware
Code: Select all
on = {
timer = {'at 07:00 on mon,tue,wed,thu,fri'}
},
.....
blind = "bl_camera_bambini"
if domoticz.devices(blind).level < 10 then
domoticz.devices(blind).switchSelector(30)
domoticz.devices(blind).switchSelector(100).afterMin(3)
end
.....
where did you get the control