Skip to content

Commit

Permalink
Fixed Lock App ZAP File (#25047)
Browse files Browse the repository at this point in the history
* Fixed Lock App ZAP File

  - Removed BatFaultChange event from the Power Source Cluster,
    which is not implemented for this app.
  - Removed Software Diagnostics Cluster event, which is only
    implemented in the All Clusters App example.
  - Removed all Thread Network Diagnostics Cluster events, which are currently
    not implemented in the SDK at all.

* ZAP REGEN
  • Loading branch information
emargolis authored and pull[bot] committed Feb 13, 2024
1 parent 4150339 commit 7e88cca
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 35 deletions.
3 changes: 0 additions & 3 deletions examples/lock-app/lock-common/lock-app.matter
Original file line number Diff line number Diff line change
Expand Up @@ -2138,7 +2138,6 @@ endpoint 0 {
}

server cluster SoftwareDiagnostics {
emits event SoftwareFault;
callback attribute threadMetrics;
callback attribute currentHeapFree;
callback attribute currentHeapUsed;
Expand All @@ -2148,8 +2147,6 @@ endpoint 0 {
}

server cluster ThreadNetworkDiagnostics {
emits event ConnectionStatus;
emits event NetworkFaultChange;
callback attribute channel;
callback attribute routingRole;
callback attribute networkName;
Expand Down
32 changes: 0 additions & 32 deletions examples/lock-app/lock-common/lock-app.zap
Original file line number Diff line number Diff line change
Expand Up @@ -2048,13 +2048,6 @@
"mfgCode": null,
"side": "server",
"included": 1
},
{
"name": "BatFaultChange",
"code": 1,
"mfgCode": null,
"side": "server",
"included": 0
}
]
},
Expand Down Expand Up @@ -2974,15 +2967,6 @@
"maxInterval": 65344,
"reportableChange": 0
}
],
"events": [
{
"name": "SoftwareFault",
"code": 0,
"mfgCode": null,
"side": "server",
"included": 1
}
]
},
{
Expand Down Expand Up @@ -4069,22 +4053,6 @@
"maxInterval": 65344,
"reportableChange": 0
}
],
"events": [
{
"name": "ConnectionStatus",
"code": 0,
"mfgCode": null,
"side": "server",
"included": 1
},
{
"name": "NetworkFaultChange",
"code": 1,
"mfgCode": null,
"side": "server",
"included": 1
}
]
},
{
Expand Down

0 comments on commit 7e88cca

Please sign in to comment.