From 4601761fca1e4403cdc4a06d4dc9432a7f00a0a4 Mon Sep 17 00:00:00 2001 From: Evgeny Margolis Date: Wed, 15 Feb 2023 07:45:20 -0800 Subject: [PATCH] Fixed All Clusters Minimal App ZAP File (#25034) * Fixed All Clusters Minimal App ZAP File - Removed all Actions Cluster events, which are currently not implemented in the SDK. - Removed StateChange event of the Boolean State Cluster, which is not implemented for this app. - Removed SwitchLatched event of the State Cluster, which is not implemented for this app. * ZAP REGEN --- .../all-clusters-minimal-app.matter | 4 --- .../all-clusters-minimal-app.zap | 34 ------------------- 2 files changed, 38 deletions(-) diff --git a/examples/all-clusters-minimal-app/all-clusters-common/all-clusters-minimal-app.matter b/examples/all-clusters-minimal-app/all-clusters-common/all-clusters-minimal-app.matter index 63247da4bd18fb..53df2947052fe9 100644 --- a/examples/all-clusters-minimal-app/all-clusters-common/all-clusters-minimal-app.matter +++ b/examples/all-clusters-minimal-app/all-clusters-common/all-clusters-minimal-app.matter @@ -3850,8 +3850,6 @@ endpoint 1 { } server cluster Actions { - emits event StateChanged; - emits event ActionFailed; callback attribute actionList; callback attribute endpointLists; ram attribute featureMap; @@ -3867,7 +3865,6 @@ endpoint 1 { } server cluster Switch { - emits event SwitchLatched; ram attribute numberOfPositions default = 2; ram attribute currentPosition; ram attribute featureMap default = 1; @@ -3887,7 +3884,6 @@ endpoint 1 { } server cluster BooleanState { - emits event StateChange; ram attribute stateValue; ram attribute featureMap; ram attribute clusterRevision default = 1; diff --git a/examples/all-clusters-minimal-app/all-clusters-common/all-clusters-minimal-app.zap b/examples/all-clusters-minimal-app/all-clusters-common/all-clusters-minimal-app.zap index 454bef48226a70..dc74f3414b354e 100644 --- a/examples/all-clusters-minimal-app/all-clusters-common/all-clusters-minimal-app.zap +++ b/examples/all-clusters-minimal-app/all-clusters-common/all-clusters-minimal-app.zap @@ -10283,22 +10283,6 @@ "maxInterval": 65344, "reportableChange": 0 } - ], - "events": [ - { - "name": "StateChanged", - "code": 0, - "mfgCode": null, - "side": "server", - "included": 1 - }, - { - "name": "ActionFailed", - "code": 1, - "mfgCode": null, - "side": "server", - "included": 1 - } ] }, { @@ -11939,15 +11923,6 @@ "maxInterval": 65344, "reportableChange": 0 } - ], - "events": [ - { - "name": "SwitchLatched", - "code": 0, - "mfgCode": null, - "side": "server", - "included": 1 - } ] }, { @@ -12266,15 +12241,6 @@ "maxInterval": 65534, "reportableChange": 0 } - ], - "events": [ - { - "name": "StateChange", - "code": 0, - "mfgCode": null, - "side": "server", - "included": 1 - } ] }, {