Skip to content

Commit

Permalink
Fixed All Clusters Minimal App ZAP File (#25034)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
emargolis authored and pull[bot] committed Aug 18, 2023
1 parent 55c46ae commit 1582036
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 38 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3850,8 +3850,6 @@ endpoint 1 {
}

server cluster Actions {
emits event StateChanged;
emits event ActionFailed;
callback attribute actionList;
callback attribute endpointLists;
ram attribute featureMap;
Expand All @@ -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;
Expand All @@ -3887,7 +3884,6 @@ endpoint 1 {
}

server cluster BooleanState {
emits event StateChange;
ram attribute stateValue;
ram attribute featureMap;
ram attribute clusterRevision default = 1;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
]
},
{
Expand Down Expand Up @@ -11939,15 +11923,6 @@
"maxInterval": 65344,
"reportableChange": 0
}
],
"events": [
{
"name": "SwitchLatched",
"code": 0,
"mfgCode": null,
"side": "server",
"included": 1
}
]
},
{
Expand Down Expand Up @@ -12266,15 +12241,6 @@
"maxInterval": 65534,
"reportableChange": 0
}
],
"events": [
{
"name": "StateChange",
"code": 0,
"mfgCode": null,
"side": "server",
"included": 1
}
]
},
{
Expand Down

0 comments on commit 1582036

Please sign in to comment.