Skip to content

v1.0.1 — control-state sync fixes

Latest

Choose a tag to compare

@decoded-cipher decoded-cipher released this 05 Jul 17:57
1b8af91

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-toggle now coerces value types — boolean, non-zero number, and on/1/true/yes — the way the Arduino library's asBool() 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.