Skip to content

Commit

Permalink
chore: release v2.6.0
Browse files Browse the repository at this point in the history
Updated `zwave-js` to `9.2.2`. Notable changes include:
* The `doorStatus/latchStatus/boltStatus` states are no longer created if unsupported by the door lock
* Fixed an issue where some 500-series controllers would incorrectly be detected as not supporting Smart Start
* Fixed an issue where some incoming reports would not be processed while an API command was ongoing
* Fixed an issue where changing the color of some devices would use a random duration
* Value changes now also get verified when the device sends an intermediate report
* Retry the initial connection to sticks hosted via TCP
* When the Z-Wave stick is disconnected while the adapter is running, the adapter will automatically try to reconnect again
* Improvements to healing and Smart Start
* New and updated configuration files, see [Z-Wave JS releases](https://github.com/zwave-js/node-zwave-js/releases) for details
  • Loading branch information
AlCalzone committed May 10, 2022
1 parent 9d78404 commit 2944a13
Show file tree
Hide file tree
Showing 5 changed files with 29 additions and 22 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG_OLD.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# Older changes
## 2.4.2-beta.1 (2021-12-17)
* Fixed the check for incomplete or incorrect value IDs

## 2.4.2-beta.0 (2021-12-16)
* Experimental: The handling of messages has been rewritten from scratch and simplified. This may cause some unintended behavior.
* Avoid interruption of the communication with a node by other nodes requesting responses from the controller
Expand Down
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Easy usage in ioBroker was kept in mind during the whole development. For exampl
Placeholder for next versions:
### __WORK IN PROGRESS__
-->
### __WORK IN PROGRESS__
### 2.6.0 (2022-05-10)
Updated `zwave-js` to `9.2.2`. Notable changes include:
* The `doorStatus/latchStatus/boltStatus` states are no longer created if unsupported by the door lock
* Fixed an issue where some 500-series controllers would incorrectly be detected as not supporting Smart Start
Expand Down Expand Up @@ -85,9 +85,6 @@ Updated `zwave-js` to `9.0.1`. This includes many changes, including the followi
* Fixed an issue where the communication could get stuck after aborting a command
* New and updated configuration files, see [here](https://github.com/zwave-js/node-zwave-js/releases/tag/v8.9.0) and [here](https://github.com/zwave-js/node-zwave-js/releases/tag/v8.9.1)

### 2.4.2-beta.1 (2021-12-17)
* Fixed the check for incomplete or incorrect value IDs

## License

MIT License
Expand Down
Loading

0 comments on commit 2944a13

Please sign in to comment.