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

Update to Matter SDK wheels 2024.6.0 #738

Merged
merged 4 commits into from
Jun 12, 2024
Merged

Update to Matter SDK wheels 2024.6.0 #738

merged 4 commits into from
Jun 12, 2024

Conversation

agners
Copy link
Collaborator

@agners agners commented Jun 7, 2024

Matter SDK/CHIP wheels 2024.6.0 release notes.

This mostly aligns the Matter SDK Python bindings to what is in latest master.

Probably most noteworthy is that SendCommand/GetConnectedDevice are now asyncio friendly throughout, so should never block even when the CHIP thread is very busy. No such cases have been observed, so this is mostly theoretical at this point.

Some unnecessary locking has been dropped which potentially could improve performance.

And finally, the API TriggerResubscribeIfScheduled on subscriptions is exposed to Python. This allows to resubscribe subscriptions quicker when a device re-appears.

@agners agners added the new-feature New feature or request label Jun 7, 2024
Copy link
Contributor

@marcelveldt marcelveldt left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice

If we have active subscriptions, and we re-discover the device through
mDNS, we can ask the SDK to re-subscribe to the device immediately.
This should make device to be available quicker when they come back
online.
@agners agners merged commit 7def0f0 into main Jun 12, 2024
4 checks passed
@agners agners deleted the bump-to-latest-wheels branch June 12, 2024 07:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new-feature New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants