first commit
This commit is contained in:
18
dzVents/examples/templates/Bare.lua
Normal file
18
dzVents/examples/templates/Bare.lua
Normal file
@@ -0,0 +1,18 @@
|
||||
return {
|
||||
on = {
|
||||
devices = {},
|
||||
timer = {},
|
||||
variables = {},
|
||||
scenes = {},
|
||||
groups = {},
|
||||
security = {},
|
||||
httpResponses = {},
|
||||
customEvents = {},
|
||||
system = {},
|
||||
},
|
||||
data = {},
|
||||
logging = {},
|
||||
execute = function(domoticz, triggeredItem)
|
||||
|
||||
end
|
||||
}
|
||||
Reference in New Issue
Block a user