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

15 lines
272 B
Plaintext

return {
on = {
security = {
domoticz.SECURITY_ARMEDAWAY,
}
},
logging = {
level = domoticz.LOG_INFO,
marker = 'template',
},
execute = function(domoticz, security)
domoticz.log('Security was triggered by ' .. security.trigger, domoticz.LOG_INFO)
end
}