![]() |
Scene True - Printable Version +- Logic Machine Forum (https://forum.logicmachine.net) +-- Forum: LogicMachine eco-system (https://forum.logicmachine.net/forumdisplay.php?fid=1) +--- Forum: Scripting (https://forum.logicmachine.net/forumdisplay.php?fid=8) +--- Thread: Scene True (/showthread.php?tid=5739) |
Scene True - JMemphix - 12.11.2024 Is it possible in scripting to know if a scene is true, ie all object values within the sequence match the set value of the sequence. This might be more a C-Bus thought as there is no status address. Is there something similar? Thanks Is a dummy object the best or only way? RE: Scene True - Daniel - 13.11.2024 You can monitor all scene objects and check if they match scene value but it is a manual work. If the scene values changes you would need to update the script. |