Releases: csuermann/node-red-contrib-virtual-smart-home
Releases · csuermann/node-red-contrib-virtual-smart-home
v4.1.4
4.1.4 (2024-01-26)
Bug Fixes
- virtual-device: Fix uncaught exception when metadata is not set (a9d4914)
v4.1.3
4.1.3 (2024-01-26)
Bug Fixes
- virtual-device: Use empt string as default value for metadata field (801777f)
v4.1.2
4.1.2 (2024-01-20)
Bug Fixes
v4.1.1
4.1.1 (2024-01-20)
Bug Fixes
- virtual-device: Output metadata as parsed object instead of JSON string (e6afad1)
v4.1.0
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
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
3.0.12 (2023-10-03)
Bug Fixes
- dependencies: Bump dependencies (76345d3)
v3.0.11
3.0.11 (2023-10-03)
Bug Fixes
- connection: Prevent duplicate mounts of /vsh-connection/:nodeId route (62437c7)
v3.0.10
3.0.10 (2023-10-03)
Bug Fixes
- connection: Ensure current plan gets displayed (cca4364)
v3.0.9
3.0.9 (2023-02-18)
Bug Fixes
- connection: Revert nullish coalescing operator (??) to logical OR (||); closes #184 (c8f7d7b)