Hello,
I tried to make communication devices between 2 or more devices using Thinger.IO. One device is as Server and then the other devices is as clients so how to make the server device can controlled the others clients device pin by input button ? I am confused how to code on Arduino IDE.
There are two different ways to communicate two thinger.io devices: Using a “thinger.io device call” endpoint or calling the instruction thing.call_device(<device_ID>,,);
You can learn everything about this in the documentation: