This is my dzvents script:
Code: Select all
return {
active = true, -- set to false to disable this script
on = {
scenes = {
'asdf'
}
},
execute = function(domoticz, scene)
print('test!')
end
}
Code: Select all
2017-11-22 22:14:06.064 User: Admin initiated a scene/group command
2017-11-22 22:14:06.065 Activating Scene/Group: [asdf]
It works fine when using a device.
Anyone any luck with scenes as triggers?