From 90392193cde1d9d83235cfa917ddee81a97e711f Mon Sep 17 00:00:00 2001 From: Evgeny Margolis Date: Fri, 10 Feb 2023 14:28:11 -0800 Subject: [PATCH] Updated Window App ZAP File (#24980) - 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. --- examples/window-app/common/window-app.zap | 46 ----------------------- 1 file changed, 46 deletions(-) diff --git a/examples/window-app/common/window-app.zap b/examples/window-app/common/window-app.zap index 389bd7ebd10649..e942682e88665e 100644 --- a/examples/window-app/common/window-app.zap +++ b/examples/window-app/common/window-app.zap @@ -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, @@ -3682,15 +3661,6 @@ "maxInterval": 65344, "reportableChange": 0 } - ], - "events": [ - { - "name": "SoftwareFault", - "code": 0, - "mfgCode": null, - "side": "server", - "included": 1 - } ] }, { @@ -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 - } ] }, {