Skip to content
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: don't create values for unsupported Door Lock CC features #5555

Merged
merged 1 commit into from
Mar 10, 2023

Conversation

AlCalzone
Copy link
Member

fixes: #5554

@AlCalzone
Copy link
Member Author

@zwave-js-bot automerge

@zwave-js-bot zwave-js-bot enabled auto-merge (squash) March 10, 2023 11:03
@zwave-js-bot zwave-js-bot merged commit 941fade into master Mar 10, 2023
@zwave-js-bot zwave-js-bot deleted the doorlock-no-unsupported-values branch March 10, 2023 11:11
AlCalzone added a commit that referenced this pull request Mar 15, 2023
### Features
* Background RSSI is now measured frequently while the controller is idle and exposed as controller statistics (#5545, #5568)
* The last update timestamp of values is now stored and can be read via `Node.getValueTimestamp` (#5554)
* Values for Battery, Meter, Multilevel Switch and (in some cases) Notification CC are now queried periodically or on device wakeup (#5560)
* Added a command to shut down the Z-Wave chip for safe removal (#5553)
* If a node was not included securely, the `"node added"` event now contains information why (#5570)

### Bugfixes
* Before adding associations between nodes, the security classes of those nodes are now checked to determine if the associations are allowed (#5551)
* After adding associations between nodes, routes to the target are now automatically assigned (#5552)
* No longer create values for unsupported `Door Lock CC` features (#5555)
* Fixed an issue where querying the version of CCs that are only supported by endpoints was skipped (#5569)
* The knowledge whether a node supports Security S0 is no longer changed outside of inclusion or re-interview (#5571)
* Improved logging of target node IDs for incoming multicasts (#5572)
* `Device Reset Locally Notifications` are now discarded when they don't exactly match the expected format (#5574)

### Config file changes
* Clean up Zooz ZEN20 product name (#5550)
* Add config file for Alarm.com ADC-SWM150 (#5557)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Door Lock ...Status values should only be included in getDefinedValueIDs if they are supported
2 participants