first commit
This commit is contained in:
17
dzVents/examples/templates/System.lua
Normal file
17
dzVents/examples/templates/System.lua
Normal file
@@ -0,0 +1,17 @@
|
||||
return {
|
||||
on = {
|
||||
system = {
|
||||
'start',
|
||||
'stop',
|
||||
'manualBackupFinished',
|
||||
'dailyBackupFinished',
|
||||
'hourlyBackupFinished',
|
||||
'monthlyBackupFinished'
|
||||
}
|
||||
},
|
||||
data = {},
|
||||
logger = {},
|
||||
execute = function(domoticz, triggeredItem)
|
||||
domoticz.log('Domoticz has started')
|
||||
end
|
||||
}
|
||||
Reference in New Issue
Block a user