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
}