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

[SVE] Switch from string-based cli API to the SDK API using ReadClients. #34910

Closed
yufengwangca opened this issue Aug 9, 2024 · 0 comments · Fixed by #35614, #35867, #36033, #36057 or #36108
Closed
Assignees

Comments

@yufengwangca
Copy link
Contributor

yufengwangca commented Aug 9, 2024

Reproduction steps

Currently, we use the string-based command handling in Fabric-Admin example app, to help integrate to the final product, we need to replace it with API which use read/write clients in the SDK.

For example

https://github.com/project-chip/connectedhomeip/blob/master/examples/fabric-admin/commands/pairing/DeviceSynchronization.cpp#L186

https://github.com/project-chip/connectedhomeip/blob/master/examples/fabric-admin/commands/pairing/DeviceSynchronization.cpp#L155

Bug prevalence

Always

GitHub hash of the SDK that was being used

c4cdbf6

Platform

raspi

Platform Version(s)

No response

Type

Test Improvement

Testing

Manually tested with SDK

(Optional) If manually tested please explain why this is only manually tested

No response

Anything else?

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment