20 lines
357 B
Plaintext
20 lines
357 B
Plaintext
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
|
|
}
|