14.08.2015, 13:18
There is no special code... For example, here is logic "a = b and c and d". If I use event based scripting, only change of one group address (for example "b") will change "a", but I need script where change of "b","c" or "d" will change "a". This is because I can choose only one "group address/tag" on which the script will be triggered.
In concrete situation, lets say there are 5 windows, and I want to have object which will show "ON" if any of window is opened, and "OFF" if all of them are "OFF". So this object will change it state if any of this window. It is the most basic logic.
In concrete situation, lets say there are 5 windows, and I want to have object which will show "ON" if any of window is opened, and "OFF" if all of them are "OFF". So this object will change it state if any of this window. It is the most basic logic.