-
-
Notifications
You must be signed in to change notification settings - Fork 601
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: hide Multilevel Switch CC in favor of Window Covering CC #5812
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@zwave-js-bot automerge |
zwave-js-bot
approved these changes
May 17, 2023
AlCalzone
added a commit
that referenced
this pull request
May 19, 2023
AlCalzone
added a commit
that referenced
this pull request
May 19, 2023
### Breaking changes · [Migration guide](https://github.com/zwave-js/node-zwave-js/blob/v11-dev/docs/getting-started/migrating-to-v11.md) * Hide `Multilevel Switch CC` in favor of `Window Covering CC` (#5812) * Improve return type of `firmwareUpdateOTA` and `firmwareUpdateOTW` methods (#5815) * Rename some `ZWaveHost` interface methods (#5814) * Remove deprecated method signatures, enums and properties (#5816) * Support configuration parameters on endpoints (#5818) ### Features ### Bugfixes ### Config file changes ### Changes under the hood
AlCalzone
added a commit
that referenced
this pull request
Jun 1, 2023
### Breaking changes · [Migration guide](https://github.com/zwave-js/node-zwave-js/blob/v11-dev/docs/getting-started/migrating-to-v11.md) * Hide `Multilevel Switch CC` in favor of `Window Covering CC` (#5812) * Improve return type of `firmwareUpdateOTA` and `firmwareUpdateOTW` methods (#5815) * Rename some `ZWaveHost` interface methods (#5814) * Remove deprecated method signatures, enums and properties (#5816) * Support configuration parameters on endpoints (#5818) * Removed `preserveUnknownValues` driver option, distinguish between (known to be) unknown and not (yet) known states/values (#5843) ### Features ### Bugfixes ### Config file changes ### Changes under the hood
AlCalzone
added a commit
that referenced
this pull request
Jun 2, 2023
### Breaking changes · [Migration guide](https://github.com/zwave-js/node-zwave-js/blob/v11-dev/docs/getting-started/migrating-to-v11.md) * Hide `Multilevel Switch CC` in favor of `Window Covering CC` (#5812) * Improve return type of `firmwareUpdateOTA` and `firmwareUpdateOTW` methods (#5815) * Rename some `ZWaveHost` interface methods (#5814) * Remove deprecated method signatures, enums and properties (#5816) * Support configuration parameters on endpoints (#5818) * Removed `preserveUnknownValues` driver option, distinguish between (known to be) unknown and not (yet) known states/values (#5843) * Auto-discovered `BitField` config params are now represented as partial params (#5870) ### Features ### Bugfixes ### Config file changes ### Changes under the hood
AlCalzone
added a commit
that referenced
this pull request
Jun 7, 2023
### Breaking changes · [Migration guide](https://github.com/zwave-js/node-zwave-js/blob/v11-dev/docs/getting-started/migrating-to-v11.md) * Hide `Multilevel Switch CC` in favor of `Window Covering CC` (#5812) * Improve return type of `firmwareUpdateOTA` and `firmwareUpdateOTW` methods (#5815) * Rename some `ZWaveHost` interface methods (#5814) * Remove deprecated method signatures, enums and properties (#5816) * Support configuration parameters on endpoints (#5818) * Removed `preserveUnknownValues` driver option, distinguish between (known to be) unknown and not (yet) known states/values (#5843) * Auto-discovered `BitField` config params are now represented as partial params (#5870) * Change return type of `setValue` to include context on the execution result (#5897) ### Features ### Bugfixes ### Config file changes ### Changes under the hood
AlCalzone
added a commit
that referenced
this pull request
Jun 14, 2023
### Breaking changes · [Migration guide](https://github.com/zwave-js/node-zwave-js/blob/v11-dev/docs/getting-started/migrating-to-v11.md) * Hide `Multilevel Switch CC` in favor of `Window Covering CC` (#5812) * Improve return type of `firmwareUpdateOTA` and `firmwareUpdateOTW` methods (#5815) * Rename some `ZWaveHost` interface methods (#5814) * Remove deprecated method signatures, enums and properties (#5816) * Support configuration parameters on endpoints (#5818) * Removed `preserveUnknownValues` driver option, distinguish between (known to be) unknown and not (yet) known states/values (#5843) * Auto-discovered `BitField` config params are now represented as partial params (#5870) * Change return type of `setValue` to include context on the execution result (#5897) ### Features ### Bugfixes ### Config file changes ### Changes under the hood
AlCalzone
added a commit
that referenced
this pull request
Jun 19, 2023
### Application compatibility Home Assistant users who manage `zwave-js-server` themselves, **must** install the following upgrades before upgrading to this driver version: * Home Assistant **2023.6.0** or higher * `zwave-js-server` **1.29.0** (not yet released) ### Breaking changes · [Migration guide](https://zwave-js.github.io/node-zwave-js/#/getting-started/migrating-to-v11) * Hide `Multilevel Switch CC` in favor of `Window Covering CC` (#5812) * Improve return type of `firmwareUpdateOTA` and `firmwareUpdateOTW` methods (#5815) * Rename some `ZWaveHost` interface methods (#5814) * Remove deprecated method signatures, enums and properties (#5816) * Support configuration parameters on endpoints (#5818) * Removed `preserveUnknownValues` driver option, distinguish between (known to be) unknown and not (yet) known states/values (#5843) * Auto-discovered `BitField` config params are now represented as partial params (#5870) * Change return type of `setValue` to include context on the execution result (#5897) * Changed `"node removed"` event callback to specify why a node was removed (#5920) ### Bugfixes * Auto-remove nodes when they leave the network after failed SmartStart bootstrapping (#5922) ### Config file changes * Hide `Binary Switch CC` in favor of `Window Covering CC` on iBlinds v3 (#5912)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR fulfills a certification requirement. Unfortunately this is very likely breaking for applications, especially if they don't support Window Covering CC yet.
fixes: #5798