Skip to content

Commit

Permalink
Updated Window App ZAP File (#24980)
Browse files Browse the repository at this point in the history
- Removed General Diagnostics Cluster optional events, which
    are only implemented in the All Cluster, Lighting and Lock App examples.
  - 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.
  • Loading branch information
emargolis authored and pull[bot] committed Feb 16, 2024
1 parent 010d55b commit 7478108
Showing 1 changed file with 0 additions and 46 deletions.
46 changes: 0 additions & 46 deletions examples/window-app/common/window-app.zap
Original file line number Diff line number Diff line change
Expand Up @@ -3512,27 +3512,6 @@
}
],
"events": [
{
"name": "HardwareFaultChange",
"code": 0,
"mfgCode": null,
"side": "server",
"included": 1
},
{
"name": "RadioFaultChange",
"code": 1,
"mfgCode": null,
"side": "server",
"included": 1
},
{
"name": "NetworkFaultChange",
"code": 2,
"mfgCode": null,
"side": "server",
"included": 1
},
{
"name": "BootReason",
"code": 3,
Expand Down Expand Up @@ -3682,15 +3661,6 @@
"maxInterval": 65344,
"reportableChange": 0
}
],
"events": [
{
"name": "SoftwareFault",
"code": 0,
"mfgCode": null,
"side": "server",
"included": 1
}
]
},
{
Expand Down Expand Up @@ -4825,22 +4795,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 7478108

Please sign in to comment.