-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implement Global EventList Support (#24862)
* Global Event List Support: All Manually Updated Files * Manually updated all *.zap files to include events for all clusters that have them. For each ZAP file was running ./scripts/tools/zap/run_zaptool.sh manually. * Automatically generated files. By running ./scripts/tools/zap_regen_all.py script. * Updated ZAP version to v2023.02.03-nightly * Update src/app/util/ember-compatibility-functions.cpp Co-authored-by: Boris Zbarsky <bzbarsky@apple.com> * Update src/app/util/ember-compatibility-functions.cpp Co-authored-by: Boris Zbarsky <bzbarsky@apple.com> * Updated all-clusters-minimal-app.zap to Include Only Minimul Number of Required Event. Exclude all optional events. * Updated TestAttributePathExpandIterator.cpp test * Add voided use of generatedEvents to prevent unused variable error when array is empty * Updated TestBasicInformation.yaml to support EventList * Rerun ZAP REGEN * Updated YAML tests to include EventList Attribute * ZAP REGEN * restyled * Reverted Changes to ZAP files. Only updated the following ZAP files: examples/all-clusters-app/all-clusters-common/all-clusters-app.zap examples/all-clusters-minimal-app/all-clusters-common/all-clusters-minimal-app.zap examples/bridge-app/bridge-common/bridge-app.zap examples/lock-app/lock-common/lock-app.zap scripts/tools/zap/tests/inputs/all-clusters-app.zap scripts/tools/zap/tests/inputs/lighting-app.zap Note that all-clusters-minimal-app.zap enables only minimally required Events. All other updated ZAP files enable all mandatory and optional Events required by the defined Feature Map. * ZAP REGEN * Removed ReachableChanged Basic Information Cluster Event from all Apps Examples. This event is never emitted. Also run ZAP REGEN. --------- Co-authored-by: Boris Zbarsky <bzbarsky@apple.com>
- Loading branch information
Showing
89 changed files
with
21,590 additions
and
1,323 deletions.
There are no files selected for viewing
332 changes: 324 additions & 8 deletions
332
examples/all-clusters-app/all-clusters-common/all-clusters-app.zap
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.