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

13 lines
240 B
Plaintext

return {
active = false,
on = {
security = {
domoticz.SECURITY_ARMEDAWAY,
}
},
data = {},
execute = function(domoticz, dummy, info)
domoticz.log('Security was triggered by ' .. info.trigger, domoticz.LOG_INFO)
-- code
end
}