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 }