Hi,
I'm using the API to publish a new value to a property in a Thing.
Please refer to this documentation (which is what I follow): Arduino IoT Cloud API
The PUT request is successful, and I get a "200" response.
The property I am publishing to is a boolean that controls an LED on an Arduino Nano 33 IoT. I have disconnected a switch widget to make sure there is no conflict.
I can see that the new value appears against the property in the Variables list of my Thing.
However, the device does not seem to get updated with the new value. The only way for the device to "see" the new value of the property is to reset it.
Why is this happening? Is there something I need to do in order to "push" the change to the device, or to "pull" it to the device?
Thank you!
Peter