Skip to content

Commit

Permalink
Add RVC operational state enums to the list of enums not used as a ty…
Browse files Browse the repository at this point in the history
…pe (project-chip#29859)

* Added the RVC operational state enums to the EnumsNotUsedAsTypeInXML.

* Generated the zap code following changes to the XMLs.
  • Loading branch information
hicklin authored and shripad621git committed Oct 31, 2023
1 parent 7f76623 commit 481e8d0
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 52 deletions.
2 changes: 2 additions & 0 deletions src/app/common/templates/config-data.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ EnumsNotUsedAsTypeInXML:
- "RvcRunMode::StatusCode"
- "RvcCleanMode::ModeTag"
- "RvcCleanMode::StatusCode"
- "RvcOperationalState::OperationalStateEnum"
- "RvcOperationalState::ErrorStateEnum"

CommandHandlerInterfaceOnlyClusters:
# List of clusters that are implemented entirely with
Expand Down
20 changes: 10 additions & 10 deletions src/controller/python/chip/clusters/Objects.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 10 additions & 10 deletions zzz_generated/app-common/app-common/zap-generated/cluster-enums.h

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 481e8d0

Please sign in to comment.