Skip to content

v1.6.64

Choose a tag to compare

@dirkjanfaber dirkjanfaber released this 13 Mar 21:21
· 3 commits to release/1.6 since this release

Virtual Switch node improvements

  • Three-state switch: added Auto mode as a dedicated third output. msg.payload on output 3 is 0 (Manual) or
    1 (Auto), reflecting whether the GX device is controlling the switch automatically.
  • Bilge pump: corrected state display — state 0 now shows as "Auto" instead of "Off", and status 0x00 shows
    as "Not running".
  • Numeric input: fixed the documented D-Bus path from /Value to /Dimming (the actual path used on the bus).
  • Status path documentation: the /SwitchableOutput/output_1/Status bitmask is now documented in the edit
    panel for all switch types that expose a State output.

Virtual Device node

  • The "Switch" device type has been removed from the Virtual Device node's dropdown. Use the dedicated
    Virtual Switch node instead. Existing Virtual Device nodes configured as switches continue to function
    normally.

Other

  • Added RS tracker enabled/disabled paths.
  • Added example explainer-series flow exports.

Full Changelog: v1.6.63...v1.6.64