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

10 lines
170 B
Lua

return {
on = {
scenes = {
'myScene'
}
},
execute = function(domoticz, scene)
domoticz.log('Scene ' .. scene.name .. ' was changed', domoticz.LOG_INFO)
end
}