13 lines
240 B
Plaintext
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
|
|
} |