-
Notifications
You must be signed in to change notification settings - Fork 464
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
Rolling up main to beta #1229
Merged
Rolling up main to beta #1229
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
Adds the ability to lazy load sub drivers. Sub driver that are not currently used by the driver will be "lazy loaded", meaning just a smaller version of the sub driver will be loaded until a device joins that requires the entire sub driver, at which point all the sub driver handlers will be loaded. Given the high number of sub drivers in the zwave-switch driver, this should provide a good amount of memory savings in cases where many of the sub drivers go unused. Note, this will only work with the latest lua libs changes, so the lazy loading is only activated after an API version check.
* BUG2-1182-fix: hide non functional attribute update Signed-off-by: hdlee27 <[email protected]> * hide supportedWindowShadeCommand attribute update Signed-off-by: hdlee27 <[email protected]> * modify test for display=false window treatement event Signed-off-by: hdlee27 <[email protected]> * hide supportedWindowShadeCommand attribute update for matter Signed-off-by: hdlee27 <[email protected]> --------- Signed-off-by: hdlee27 <[email protected]>
BUG2-1112 Correct enabled values for aeotec multisensor power source
Co-authored-by: lelandblue <[email protected]>
…load Z-Wave Switch: lazy load sub drivers
Duplicate profile check: Passed - no duplicate profiles detected. |
Channel deleted. |
matter-window-covering_coverage.xml
zigbee-water-leak-sensor_coverage.xml
zigbee-window-treatment_coverage.xml
zwave-sensor_coverage.xml
zwave-switch_coverage.xml
Minimum allowed coverage is Generated by 🐒 cobertura-action against 5964c0e |
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.
No description provided.