activate group scene
Posted: Friday 09 February 2018 11:13
hello, im playing with dzvents
switches works ok (logs are OK) , but cant trigger group switch to test... but cant see any log output when enable group.
Any idea what is wrong (probably something stupid
switches works ok (logs are OK) , but cant trigger group switch to test... but cant see any log output when enable group.
Any idea what is wrong (probably something stupid
Code: Select all
return {
on = {
groups = {
'GROUP_TEST'
}
},
execute = function(domoticz, group)
if (group.state == 'On') then
domoticz.log('Hey! I am off!')
end
end
}