Patch release with two control-state fixes.
Fixes
- Dashboard toggles no longer revert when a device echoes a control value back as a boolean.
iot-togglenow coerces value types — boolean, non-zero number, andon/1/true/yes— the way the Arduino library'sasBool()does. - Control changes reflect on every open dashboard immediately — a toggle on one tab or device now shows on the others right away, instead of only after the device's telemetry echo.