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

18 lines
312 B
Lua

return {
on = {
system = {
'start',
'stop',
'manualBackupFinished',
'dailyBackupFinished',
'hourlyBackupFinished',
'monthlyBackupFinished'
}
},
data = {},
logger = {},
execute = function(domoticz, triggeredItem)
domoticz.log('Domoticz has started')
end
}