check on active scene
Posted: Monday 09 December 2024 15:31
How can I check which scene is currently active?
For example, I use:
to switch a scene on, I have a couple more.
But in another LUA script, I would like to check which scene is active. How can I do that?
For example, I use:
Code: Select all
commandArray['Scene:avond'] = "On"But in another LUA script, I would like to check which scene is active. How can I do that?