Skip to content

Commit

Permalink
Lock app: Remove duplicate generated command (#29560)
Browse files Browse the repository at this point in the history
As in #28890
this zap had a client side command on the server that was causing
a duplicate in the generated command list.
  • Loading branch information
cecille authored Oct 4, 2023
1 parent 9c3ccd3 commit 73c327e
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions examples/lock-app/lock-common/lock-app.zap
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 73c327e

Please sign in to comment.