13.05.2019, 13:17
(13.05.2019, 09:16)admin Wrote: You just need to know what protocol is used for data communication. If you have a custom device based on ESP8266 you can either send HTTP requests from it to LM (you can use built-in remote services on LM) or send data using UDP (you will need a resident script to handle incoming data).
Is there any reference material or code?It must not be easy for me to actually operate.