Hello, I have an esp8266 connecting to my web-server and to sinric server (alexa function) at the same time. The esp is connected with 8 relays module. It is fetching status of relays with a GET request on a json url location inside my webserver. What I want to do is to GET the status from the server and then POST new status to the server if sinric is activated. Is this possible to work on the same json file? I use ajax to update relays.
Thanks