03.02.2022, 14:29
(03.02.2022, 14:28)admin Wrote: Full list of functions: https://forum.logicmachine.net/showthread.php?tid=321
Since read is not available at the moment you can use this:
Code:var req = { action: 'read', address: '1/1/1' };
localbus.ws.send(JSON.stringify(req));
Ok thanks!!