-
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
[Feature] config-data.yaml uses different formats for cluster names #29186
Comments
This was referenced Sep 12, 2023
DefineBitmaps and WeakEnums are not cluster names. Looks like I was somewhat wrong in the ZAP issue; ClustersWith*Functions is handled on the ZAP side. But ClustersWithAttributeChangedFunctions is handled on the Matter side, and we can easily change it to match the others. |
bzbarsky-apple
added a commit
to bzbarsky-apple/connectedhomeip
that referenced
this issue
Sep 12, 2023
Use the cluster name as it appears in the XML. Fixes project-chip#29186
bzbarsky-apple
added a commit
to bzbarsky-apple/connectedhomeip
that referenced
this issue
Sep 12, 2023
Use the cluster name as it appears in the XML. Fixes project-chip#29186
HunsupJung
pushed a commit
to HunsupJung/connectedhomeip
that referenced
this issue
Oct 23, 2023
…roject-chip#29192) Use the cluster name as it appears in the XML. Fixes project-chip#29186
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Feature description
connectedhome/src/app/common/templates/config-data.yaml
has a few top-level tags.The format of cluster names used by
CommandHandlerInterfaceOnlyClusters
,DefineBitmaps
,WeakEnums
seems to be the cluster name with no spaces, converted to CamelCase.The format used by
ClustersWithInitFunctions
,ClustersWithAttributeChangedFunctions
,ClustersWithShutdownFunctions
, andClustersWithPreAttributeChangeFunctions
is the cluster name with spaces and no case conversion: as defined in the cluster XML file.Current status is quite confusing, and formats should converge
Originally filed as project-chip/zap#1134 @bzbarsky-apple
Platform
all
Platform Version(s)
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: