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