Virtual object - Printable Version +- Logic Machine Forum (https://forum.logicmachine.net) +-- Forum: LogicMachine eco-system (https://forum.logicmachine.net/forumdisplay.php?fid=1) +--- Forum: General (https://forum.logicmachine.net/forumdisplay.php?fid=2) +--- Thread: Virtual object (/showthread.php?tid=1208) |
Virtual object - puntukas - 02.02.2018 Sorry if I missed this info, but: 1. if I create virtual object in LM, will it be valid after LM restart? 2. how can I get a list of all objects created in LM? Thanks! Alius RE: Virtual object - admin - 02.02.2018 Virtual objects are not forwarded to KNX TP and IP. Apart from that they behave exactly the same as normal objects. You can use grp.all() to get a table with all LM objects. RE: Virtual object - puntukas - 02.02.2018 Thanks, so I suppose from your answer that after LM restart all virtual objects are valid? And they will contain the last written value? RE: Virtual object - admin - 02.02.2018 Of course |