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

DM XML: DataType parsing #529

Open
cecille opened this issue Mar 13, 2025 · 0 comments
Open

DM XML: DataType parsing #529

cecille opened this issue Mar 13, 2025 · 0 comments
Assignees

Comments

@cecille
Copy link
Contributor

cecille commented Mar 13, 2025

We have parsing for cluster elements from the data model XML files currently implemented in the matter testing python tools area, but we don't parse out the data types. Data Types would be good to have as well. No specific tests yet, just building out the infrastructure.

There's a start here:
project-chip/connectedhomeip#37904

Still needs

  • unit tests
  • tests that the errors are properly propagated
  • handling for bitmaps where a field spans more than 1 bit - suggest maybe just having multiple members like MemberA MemberB for the different bits. These currently show up as errors.
@cecille cecille changed the title DataType parsing DM XML: DataType parsing Mar 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: No status
Development

No branches or pull requests

2 participants