"On FOR 5" don't turn switch ON but Toggle.
Posted: Friday 23 August 2019 16:52
Hello,
I have a scene where I turn ON a bulb, and I can't set duration on the scene because It was used too by other script.
So I have a LUA script with
And it works without problem to turn off the light after 5 min, but If I turn Off the light in an other script, the light will be turn ON after the 5min duration.
It's something normal ? It's because it's a scene and not a device ?
I have a scene where I turn ON a bulb, and I can't set duration on the scene because It was used too by other script.
So I have a LUA script with
Code: Select all
commandArray['Scene:Lumiere Entree']='On FOR 5'
It's something normal ? It's because it's a scene and not a device ?