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

Use UnpairDevice() Matter SDK API on device removal #761

Merged
merged 1 commit into from
Jun 17, 2024

Conversation

agners
Copy link
Collaborator

@agners agners commented Jun 17, 2024

Instead of implement our own fabric removal logic, use the existing UnpairDevice() API from Matter SDK. The implementation currently does the same as we did, but it is more robust and future-proof.

Instead of implement our own fabric removal logic, use the existing
UnpairDevice() API from Matter SDK. The implementation currently
does the same as we did, but it is more robust and future-proof.
@agners agners added the maintenance Code (quality) improvement or small enhancement which not a new feature label Jun 17, 2024
@marcelveldt
Copy link
Contributor

Ah! That didnt exist back then when we implemented this, nice!

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.

LGTM, nice!

@marcelveldt marcelveldt merged commit d4316c9 into main Jun 17, 2024
4 checks passed
@marcelveldt marcelveldt deleted the use-remove-current-fabric-api branch June 17, 2024 20:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
maintenance Code (quality) improvement or small enhancement which not a new feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants