Skip to content

Releases: csuermann/node-red-contrib-virtual-smart-home

v4.1.4

26 Jan 17:50
Compare
Choose a tag to compare

4.1.4 (2024-01-26)

Bug Fixes

  • virtual-device: Fix uncaught exception when metadata is not set (a9d4914)

v4.1.3

26 Jan 12:15
Compare
Choose a tag to compare

4.1.3 (2024-01-26)

Bug Fixes

  • virtual-device: Use empt string as default value for metadata field (801777f)

v4.1.2

20 Jan 14:30
Compare
Choose a tag to compare

4.1.2 (2024-01-20)

Bug Fixes

v4.1.1

20 Jan 14:02
Compare
Choose a tag to compare

4.1.1 (2024-01-20)

Bug Fixes

  • virtual-device: Output metadata as parsed object instead of JSON string (e6afad1)

v4.1.0

20 Jan 12:21
Compare
Choose a tag to compare

4.1.0 (2024-01-20)

Bug Fixes

Features

  • virtual-device: Add ability to define custom metadata to be included in outgoing msg payload (8099d2b)

v4.0.0

05 Jan 16:47
abd9eb0
Compare
Choose a tag to compare

4.0.0 (2024-01-05)

Features

  • add deviceID to virtual device config page (f50d562)
  • improve display of vsh device status messages (07dc4a9)
  • indicate duplicate device IDs in the table listing all registered devices (86b7e6e)
  • unify MQTT debug messages (fd1d1b4)

BREAKING CHANGES

  • Minimum supported Node.js version is now 16.x

v3.0.12

03 Oct 15:15
Compare
Choose a tag to compare

3.0.12 (2023-10-03)

Bug Fixes

  • dependencies: Bump dependencies (76345d3)

v3.0.11

03 Oct 15:08
Compare
Choose a tag to compare

3.0.11 (2023-10-03)

Bug Fixes

  • connection: Prevent duplicate mounts of /vsh-connection/:nodeId route (62437c7)

v3.0.10

03 Oct 13:06
Compare
Choose a tag to compare

3.0.10 (2023-10-03)

Bug Fixes

  • connection: Ensure current plan gets displayed (cca4364)

v3.0.9

18 Feb 21:52
Compare
Choose a tag to compare

3.0.9 (2023-02-18)

Bug Fixes

  • connection: Revert nullish coalescing operator (??) to logical OR (||); closes #184 (c8f7d7b)