Releases: csuermann/node-red-contrib-virtual-smart-home
Releases · csuermann/node-red-contrib-virtual-smart-home
v4.3.0
4.3.0 (2024-03-28)
Features
- thermostat: Add support for dual-setpoint thermostats (eacf32c)
v4.2.0
4.2.0 (2024-03-09)
Features
- release: Use latest node.js version for releasing (9820452)
v4.1.12
4.1.12 (2024-02-27)
Bug Fixes
- ci: Pin dependencies and add npm-shrinkwrap.json (dbd2705)
v4.1.11
4.1.11 (2024-02-25)
Bug Fixes
- dependencies: Pin fast-unique-numbers tranient dependency to v8.0.13 (cbe4e99)
v4.1.10
4.1.10 (2024-02-25)
Bug Fixes
- dependencies: Restore compatibility with Node.js 16 (a6ee5a2)
v4.1.9
4.1.9 (2024-02-25)
Bug Fixes
- dependencies: Restore compatibility with Node.js 16 (80b7fcc)
v4.1.8
4.1.8 (2024-02-25)
Bug Fixes
- dependencies: Restore compatibility with Node.js 16 (6cab31b)
- dependencies: Restore compatibility with Node.js 16 (4a1f2bd)
v4.1.7
4.1.7 (2024-02-24)
Bug Fixes
- connection: Fix race condition which led to things being marked as disconnected after reconnecting. Fixes #239 (a43e01f)
- connection: Improve connection stability (24c46dd)
v4.1.6
4.1.6 (2024-02-20)
Bug Fixes
- connection: Fix an edge case that blocked disconnecting from MQTT (d9785bf)
v4.1.5
4.1.5 (2024-02-10)
Bug Fixes
- example: Fix Payload Structure for Color and Temperature in "Alexa -> Home Assistant" Example (dc14914), closes #242