For example..
Code: Select all
return {
active = true,
logging = {
level = domoticz.LOG_DEBUG, -- Select one of LOG_DEBUG, LOG_INFO, LOG_ERROR, LOG_FORCE to override system log level
marker = "TEST"
},
on = {
timer = {'10 minutes after sunset'},
},
execute = function(domoticz, item)
local ErkerLampLinks = domoticz.devices(2692)
ErkerLampLinks.switchOn().checkFirst()
end
}
Can someone confirm this ...
Thanx Alex