Subversion Repositories rld.domoticz

Rev

Blame | Last modification | View Log | Download

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
}