Files
Domoticz/templates/Device.dzVents
2025-03-06 11:09:58 +01:00

14 lines
244 B
Plaintext

return {
on = {
devices = {
'myDevice'
}
},
logging = {
level = domoticz.LOG_INFO,
marker = 'template',
},
execute = function(domoticz, device)
domoticz.log('Device ' .. device.name .. ' was changed', domoticz.LOG_INFO)
end
}