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

Implement the Descriptor Cluster #4921

Closed
andy31415 opened this issue Feb 18, 2021 · 2 comments
Closed

Implement the Descriptor Cluster #4921

andy31415 opened this issue Feb 18, 2021 · 2 comments

Comments

@andy31415
Copy link
Contributor

Problem

Initial operation and connectivity to a device depends heavly on the other end being able to identify the device type.

We need to implement the Descriptor cluster (section 7.4.6 currently in the CHIP Spec)

Proposed Solution

Implement the new cluster. Likely need incremental implementations since the cluster relies on struct and list data types which are not yet supported by our code generators.

@andy31415
Copy link
Contributor Author

Document on how to add clusters to CHIP: https://docs.google.com/document/d/1_FoSrDz89QYhIn24m-6oRyabspJujkBP695p_MMhI5M/edit#

@yufengwangca
Copy link
Contributor

This is implemented in #5020

@yufengwangca yufengwangca removed their assignment Mar 8, 2021
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

No branches or pull requests

3 participants