remote API update several GA - 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: remote API update several GA (/showthread.php?tid=1665) |
remote API update several GA - gilles38 - 20.10.2018 Hi all, is there a way to update with one http request the value of several group address using the remote API ? the aim is to have a ESP8266 as combo (temperature/humidity,light,CO2) sensor that will send data to HomeLynk on a regular base thanks for your help Gilles RE: remote API update several GA - Erwin van der Zwart - 21.10.2018 uHi, No that is not a option, but what you can do is creating a .lp file that receives your http command with the params and use that data to update several group adresses. BR, Erwin RE: remote API update several GA - gilles38 - 22.10.2018 (21.10.2018, 08:14)Erwin van der Zwart Wrote: uHi, Thanks for your feedback |