diff --git a/examples/lock-app/lock-common/lock-app.matter b/examples/lock-app/lock-common/lock-app.matter index 8f8041a65a40bc..b9cd922f84bcd0 100644 --- a/examples/lock-app/lock-common/lock-app.matter +++ b/examples/lock-app/lock-common/lock-app.matter @@ -2138,7 +2138,6 @@ endpoint 0 { } server cluster SoftwareDiagnostics { - emits event SoftwareFault; callback attribute threadMetrics; callback attribute currentHeapFree; callback attribute currentHeapUsed; @@ -2148,8 +2147,6 @@ endpoint 0 { } server cluster ThreadNetworkDiagnostics { - emits event ConnectionStatus; - emits event NetworkFaultChange; callback attribute channel; callback attribute routingRole; callback attribute networkName; diff --git a/examples/lock-app/lock-common/lock-app.zap b/examples/lock-app/lock-common/lock-app.zap index 8d7475f77f87a0..2053a0f9c8265f 100644 --- a/examples/lock-app/lock-common/lock-app.zap +++ b/examples/lock-app/lock-common/lock-app.zap @@ -2048,13 +2048,6 @@ "mfgCode": null, "side": "server", "included": 1 - }, - { - "name": "BatFaultChange", - "code": 1, - "mfgCode": null, - "side": "server", - "included": 0 } ] }, @@ -2974,15 +2967,6 @@ "maxInterval": 65344, "reportableChange": 0 } - ], - "events": [ - { - "name": "SoftwareFault", - "code": 0, - "mfgCode": null, - "side": "server", - "included": 1 - } ] }, { @@ -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 - } ] }, {