Releases: zwave-js/node-red-contrib-zwave-js
Releases · zwave-js/node-red-contrib-zwave-js
Release v3.2.1
- Added Home Assistant Guide
- Example syntax highlighting
Release v3.2.0
- Bump Z-Wave JS (7.1.1).
- Overhauled Enum value validation (they are now imported, no longer mirrored)
- Enum values are removed from read me - you can now obtain them using class: Driver, operation: GetEnums
- Added support for Sound Switch CC to Managed mode.
- Added support for Multi Level Sensor CC to Managed mode.
- Fixed ThermostatSetback enum validation
- Node Red module logging, is now embedded within the Z-Wave JS Logs.
- Added Z-Wave JS statistics reporting (optional).
Release v3.1.3
- Bump Z-wave JS.
- Small updates to read me.
Release v3.1.2
- Fixed missing
node
property in messages, when ZWave Device nodes are in use.
Release v3.1.1
- Introduced a new node type of ZWave Device
This node works in conjunction with the main Z-Wave JS Controller node, allowing for much greater flexibility within your flows.
The node acts as a single ZWave device, allowing it to be placed in different flows. - Bug fixes.
- code improvements
Release v3.0.0
BREAKING CHANGES - See Read Me
- Bug Fixes to Management UI
- The Controller Node, is now hidden from the list of nodes.
- Migrated to Z-Wave JS V7
- Logging options added to config UI
- Some 1.4.0 optimsiations removed, as recent changes to Z-Wave JS has made them unnecessary
- Changes to the NOTIFICATION event.
- Controller operation GetNodes no longer returns an empty entry.
- Fixed newly added nodes, not being marked as ready (and therefore not passing events)
- Per node information when calling GetNodes has been substantially increased.
- Node status is now a string 'Unknown', 'Asleep', 'Awake', 'Dead', 'Alive'
- Added a Controller function SetNodeLocation
- Added support for Entry Control CC to Managed mode.
- Fix Node-Red crash when using SetValue and where a timeout occurs on a node (#29)