first commit
This commit is contained in:
10
dzVents/examples/templates/Group.lua
Normal file
10
dzVents/examples/templates/Group.lua
Normal file
@@ -0,0 +1,10 @@
|
||||
return {
|
||||
on = {
|
||||
groups = {
|
||||
'myGroup'
|
||||
}
|
||||
},
|
||||
execute = function(domoticz, group)
|
||||
domoticz.log('Group ' .. group.name .. ' was changed', domoticz.LOG_INFO)
|
||||
end
|
||||
}
|
||||
Reference in New Issue
Block a user