Skip to content

Commit

Permalink
Update zap files
Browse files Browse the repository at this point in the history
  • Loading branch information
vivien-apple committed Aug 3, 2021
1 parent a60d373 commit 50545a6
Show file tree
Hide file tree
Showing 11 changed files with 1,954 additions and 3,788 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"featureLevel": 39,
"featureLevel": 45,
"creator": "zap",
"keyValuePairs": [
{
Expand Down Expand Up @@ -3356,7 +3356,7 @@
"reportableChange": 0
},
{
"name": "supported fabrics",
"name": "SupportedFabrics",
"code": 2,
"mfgCode": null,
"side": "server",
Expand All @@ -3371,7 +3371,7 @@
"reportableChange": 0
},
{
"name": "commissioned fabrics",
"name": "CommissionedFabrics",
"code": 3,
"mfgCode": null,
"side": "server",
Expand Down Expand Up @@ -16915,6 +16915,5 @@
"endpointVersion": null,
"deviceIdentifier": null
}
],
"log": []
]
}
20 changes: 6 additions & 14 deletions examples/bridge-app/bridge-common/bridge-app.zap
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"featureLevel": 35,
"featureLevel": 45,
"creator": "zap",
"keyValuePairs": [
{
Expand Down Expand Up @@ -727,16 +727,9 @@
"source": "client",
"incoming": 1,
"outgoing": 0
},
{
"name": "RetrieveLogsResponse",
"code": 0,
"mfgCode": null,
"source": "server",
"incoming": 0,
"outgoing": 1
}
]
],
"attributes": []
},
{
"name": "General Diagnostics",
Expand Down Expand Up @@ -2786,7 +2779,7 @@
"commands": [],
"attributes": [
{
"name": "on/off",
"name": "OnOff",
"code": 0,
"mfgCode": null,
"side": "server",
Expand Down Expand Up @@ -3280,6 +3273,5 @@
"endpointVersion": null,
"deviceIdentifier": null
}
],
"log": []
}
]
}
5 changes: 2 additions & 3 deletions examples/lighting-app/lighting-common/lighting-app.zap
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"featureLevel": 39,
"featureLevel": 45,
"creator": "zap",
"keyValuePairs": [
{
Expand Down Expand Up @@ -4858,6 +4858,5 @@
"endpointVersion": "",
"deviceIdentifier": null
}
],
"log": []
]
}
Loading

0 comments on commit 50545a6

Please sign in to comment.