Skip to content

Commit

Permalink
Fixed Bridge App ZAP File (project-chip#24987)
Browse files Browse the repository at this point in the history
- Removed events from General Diagnostics Cluster, which are not
    implemented for this app.
  - Removed all Thread Network Diagnostics Cluster events, which are currently
    not implemented in the SDK at all.
  - Removed ActionFailed event from the Actions Cluster, which is not implemented
    in the SDK.
    NOTE: ActionFailed is marked as Mandatory in the spec. Need either to update
          the spec to mark it optional or to open SDK ticket to request implementation.
  • Loading branch information
emargolis authored and David Lechner committed Mar 22, 2023
1 parent 6f19e34 commit 914b202
Showing 1 changed file with 0 additions and 44 deletions.
44 changes: 0 additions & 44 deletions examples/bridge-app/bridge-common/bridge-app.zap
Original file line number Diff line number Diff line change
Expand Up @@ -2370,27 +2370,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,
Expand Down Expand Up @@ -3599,22 +3578,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
}
]
},
{
Expand Down Expand Up @@ -5782,13 +5745,6 @@
"mfgCode": null,
"side": "server",
"included": 1
},
{
"name": "ActionFailed",
"code": 1,
"mfgCode": null,
"side": "server",
"included": 1
}
]
}
Expand Down

0 comments on commit 914b202

Please sign in to comment.