![]() |
ETS Reset from LM - 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: ETS Reset from LM (/showthread.php?tid=6068) |
ETS Reset from LM - davidchispas - 04.08.2025 Hi, Is it possible to send, directly from Logic Machine via a script, the same reset command that is triggered from ETS? I'm currently dealing with an issue involving some KNX gateways, and while the manufacturer hasn't yet resolved the bug, the only way to get them working again is by forcing a restart from ETS. It would be ideal if this reset could be triggered directly from Logic Machine to automate the process. Thanks in advance. RE: ETS Reset from LM - admin - 04.08.2025 Use this: Code: buslib.restart('1.1.1') |