You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: