-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Update xml #9912
Update xml #9912
Conversation
src/app/zap-templates/zcl/data-model/chip/audio-output-cluster.xml
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also, are the other changes required by the ZAP update? If not, we should have one PR that does the ZAP update and minimal other changes, and a second PR for whatever changes are not related to the update.
|
ee188a3
to
43504f9
Compare
src/app/zap-templates/zcl/data-model/chip/content-launch-cluster.xml
Outdated
Show resolved
Hide resolved
--update xml with array for struct item --update InterfaceType for NetworkInterfaceType struct
43504f9
to
51ccad5
Compare
51ccad5
to
f20c4c7
Compare
Problem
In order to add support for complicated type for issue 8895, we need explicitly to mark struct item as array=true for array processing inside struct, the zap has already added the support for array query and check.
We need to update xml with array for struct item
Change overview
Testing
How was this tested? (at least one bullet point required)
Compilation and presubmit validation.