From 7e5a3958f2ee29535d5391bc70c4754ce4334e63 Mon Sep 17 00:00:00 2001 From: C Freeman Date: Wed, 4 Oct 2023 12:51:57 -0400 Subject: [PATCH] Lock app: Remove duplicate generated command (#29560) 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",