Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Sample Manufacturer Extension Cluster (#29162)
* new: chef test custom cluster * MEI sample cluster. Chef device sample * renamed some symbols * fix: sampleMei doesn't need zap-generated command callbacks * chg: new implementation of cluster supports many endpoints * chg: zap regen * chg: removed unused variable captured in closure * chg: changed %lu to %zu for size_t types * commands made non-optional. Restyle * removed reference for availability.yaml * fix: controller-clusters.zap as a samplemei client cluster, not server * fix: sample mei command handling on adding, availability.yaml * chg: replaced %zu to type castings. Lint doesn't like %zu * fix: removed event list from data model * fix: event list removed from controller-clusters.zap * chg: sample mei <code> tag doc * fix: last bits of controller-clusters.zap got cut when rebased * chg: zap regen after new zap version installed * changed MEI to Mei in cluster name * Restyled by whitespace * Restyled by clang-format * Update src/darwin/Framework/CHIP/templates/availability.yaml Co-authored-by: Boris Zbarsky <bzbarsky@apple.com> * Update src/app/zap-templates/zcl/data-model/chip/sample-mei-cluster.xml Co-authored-by: Boris Zbarsky <bzbarsky@apple.com> * Update src/app/clusters/sample-mei-server/sample-mei-server.cpp Co-authored-by: Boris Zbarsky <bzbarsky@apple.com> * capitalized MEI * chg: cluster added to ClustersWithShutdownFunctions * chg: included app/util/config.h in sample-mei-server.h * fix: shutdown calls UnregisterEndpoint * fix: shutdown calls UnregisterEndpoint * fix: name of cluster in config-data.yaml * Restyled by clang-format * chg: removed dead code * chg: error codes for r/w * Restyled by clang-format * chg: issue number in config-data.yaml --------- Co-authored-by: Restyled.io <commits@restyled.io> Co-authored-by: Boris Zbarsky <bzbarsky@apple.com>
- Loading branch information