20.12.2017, 17:27
Hi,
is there a way to enable, disable schedulers and scenes with a script like,
value1 = event.getvalue()
if value1 == true then
schedulers.disable('name')
scenes.disable('name')
end
is there a way to enable, disable schedulers and scenes with a script like,
value1 = event.getvalue()
if value1 == true then
schedulers.disable('name')
scenes.disable('name')
end