arduino/arduino-iot-js

Device variable is not updated when dashboard shows the correct value

sevriugin opened this issue · 1 comments

Is it issue or expected behaviour? When I update my thing variable using api call I can see the updated value in the dashboard but Arduino is not getting update.

I have used node fetch put method to publish new variable value for thing ID and variable ID and it works as expected - Arduino updated and the Dashboard updated immediately. Looks like the issue is with JavaScript library, should we open the bug ticket, I can provide more details if needed. Thanks