Skip to content

Commit

Permalink
bump Z-Wave JS to 10.23.6
Browse files Browse the repository at this point in the history
  • Loading branch information
AlCalzone committed Sep 27, 2023
1 parent 5f7c344 commit a043a8d
Show file tree
Hide file tree
Showing 11 changed files with 19 additions and 12 deletions.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,18 +41,25 @@ Easy usage in ioBroker was kept in mind during the whole development. For exampl
### __WORK IN PROGRESS__
-->
### __WORK IN PROGRESS__
Updated `zwave-js` to `10.15.0`. This includes the following changes:
Updated `zwave-js` to `10.23.6`. This includes the following changes:
* Added support for `Security S2` multicast
* Added support for parsing additional information from `Notification CC Reports`. Note that this may change the values reported for Door/Window sensors! If you rely on the old behavior, use the new `Door state (simple)` value instead.
* Added support for `Energy Production CC` and `Window Covering CC`
* On devices where legacy alarm values are mapped, the resulting `Notification` values are now created during the interview.
* Fixed an issue where communication with a node included with `Security S2` was not always using encryption.
* Fixed an issue where the Z-Wave stack would not start on Windows systems
* Z-Wave controllers hosted remotely over TCP can now be discovered using mDNS
* Disconnects of Z-Wave controllers hosted remotely over TCP are now detected again
* All commands contained in a `Multi Command CC` are now properly handled
* Failures while assigning routes to nodes no longer mark the node as dead (unless they actually are)
* Values for unsupported `Door Lock CC` features are no longer created
* Several reliability/correctness improvements for device interviews
* Auto-assign routes between nodes after creating a new association
* Values for `Battery`, `Meter`, `Multilevel Switch` and (in some cases) `Notification CC` are now queried periodically or on device wakeup
* Notification variables (like Lock jammed) are now updated when another received report indicates a change, even if the device did not update the notification variable itself.
* Fixed a startup crash that happens when the controller returns an empty list of nodes
* Fixed a crash that happens when message from an unknown node was received
* Several improvements for auto-assigning Lifeline associations
* Lots of new and updated configuration files, see [Z-Wave JS releases](https://github.com/zwave-js/node-zwave-js/releases) for details

### 3.0.5 (2023-01-28)
Expand Down

Large diffs are not rendered by default.

File renamed without changes.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

File renamed without changes.
2 changes: 1 addition & 1 deletion admin/build/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion admin/build/log.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion admin/build/tab.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"@zwave-js/log-transport-json": "^3.0.0",
"alcalzone-shared": "^4.0.3",
"fs-extra": "^10.1.0",
"zwave-js": "~10.15.0"
"zwave-js": "~10.23.6"
},
"devDependencies": {
"@alcalzone/release-script": "~3.5.9",
Expand Down

0 comments on commit a043a8d

Please sign in to comment.