-
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
Fix XML comments in opcreds cluster #7598
Conversation
Once FabricIndex is implemented, have RemoveFabric take an index instead of vid+fabricId+nopeId -->connectedhomeip/src/app/zap-templates/zcl/operational-credentials-cluster.xml Lines 42 to 45 in 082c37a
This comment was generated by todo based on a
|
Remove SetFabric + SetFabricResponse once AddOpCert command is implemented -->connectedhomeip/src/app/zap-templates/zcl/operational-credentials-cluster.xml Lines 51 to 54 in 082c37a
This comment was generated by todo based on a
|
Fix to match chip-spec:#3346 -->connectedhomeip/src/app/zap-templates/zcl/operational-credentials-cluster.xml Lines 72 to 75 in 082c37a
This comment was generated by todo based on a
|
/rebase |
- Also remove a TODO that is fixed. - Add TODO about CSR format
Once FabricIndex is implemented, have RemoveFabric take an index instead of vid+fabricId+nopeId -->connectedhomeip/src/app/zap-templates/zcl/operational-credentials-cluster.xml Lines 42 to 45 in d9a8bac
This comment was generated by todo based on a
|
Remove SetFabric + SetFabricResponse once AddOpCert command is implemented -->connectedhomeip/src/app/zap-templates/zcl/operational-credentials-cluster.xml Lines 51 to 54 in d9a8bac
This comment was generated by todo based on a
|
Fix to match chip-spec:#3346 -->connectedhomeip/src/app/zap-templates/zcl/operational-credentials-cluster.xml Lines 72 to 75 in d9a8bac
This comment was generated by todo based on a
|
Per @yunhanw-google this appears to fix the build, force merging in.
- Also remove a TODO that is fixed. - Add TODO about CSR format
Per @yunhanw-google this appears to fix the build, force merging in.
Problem
Comments in OpCreds cluster XML use C++ style rather than XML style
Change overview
Testing