Hi,
I just started playing around with my first Arduino.
I have a MKR 1010. It's connected to my IoT Cloud account.
I have created my first "Thing" with a simple bool variable.
I created a dashboard with a switch. I can control the value on tyhe board using the dashboards switch.
But here is the problem:
When I want to set the property from the JS SDK, it only works for true, not for false (I do set them as actual booleans).
Any Idea why one value works, but not the other?