From a7f7b4893d1ddca2b774e8f41e8cf35dc3c8da98 Mon Sep 17 00:00:00 2001 From: Cecille Freeman Date: Wed, 4 Oct 2023 07:37:56 -0400 Subject: [PATCH] Lock app: Remove duplicate generated command As in https://github.com/project-chip/connectedhomeip/pull/28890 this zap had a client side command on the server that was causing a duplicate in the generated command list. --- examples/lock-app/lock-common/lock-app.zap | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/examples/lock-app/lock-common/lock-app.zap b/examples/lock-app/lock-common/lock-app.zap index 713ba1343ea42e..9ae010d0e75621 100644 --- a/examples/lock-app/lock-common/lock-app.zap +++ b/examples/lock-app/lock-common/lock-app.zap @@ -3937,16 +3937,6 @@ "define": "GENERAL_DIAGNOSTICS_CLUSTER", "side": "server", "enabled": 1, - "commands": [ - { - "name": "TestEventTrigger", - "code": 0, - "mfgCode": null, - "source": "client", - "incoming": 1, - "outgoing": 0 - } - ], "attributes": [ { "name": "NetworkInterfaces",