Skip to content

Commit

Permalink
Fix the naming of the NameSupport attribute in the Groups cluster.
Browse files Browse the repository at this point in the history
Partially addresses #22900.
  • Loading branch information
bzbarsky-apple committed Oct 7, 2022
1 parent 2784c8c commit 2d05e6f
Show file tree
Hide file tree
Showing 76 changed files with 214 additions and 219 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"featureLevel": 80,
"featureLevel": 81,
"creator": "zap",
"keyValuePairs": [
{
Expand Down Expand Up @@ -275,7 +275,7 @@
],
"attributes": [
{
"name": "name support",
"name": "NameSupport",
"code": 0,
"mfgCode": null,
"side": "server",
Expand Down Expand Up @@ -8841,7 +8841,7 @@
],
"attributes": [
{
"name": "name support",
"name": "NameSupport",
"code": 0,
"mfgCode": null,
"side": "server",
Expand Down Expand Up @@ -20971,7 +20971,7 @@
],
"attributes": [
{
"name": "name support",
"name": "NameSupport",
"code": 0,
"mfgCode": null,
"side": "server",
Expand Down Expand Up @@ -24740,6 +24740,5 @@
"endpointVersion": 1,
"deviceIdentifier": 61442
}
],
"log": []
]
}
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"featureLevel": 80,
"featureLevel": 81,
"creator": "zap",
"keyValuePairs": [
{
Expand Down Expand Up @@ -275,7 +275,7 @@
],
"attributes": [
{
"name": "name support",
"name": "NameSupport",
"code": 0,
"mfgCode": null,
"side": "server",
Expand Down Expand Up @@ -8691,7 +8691,7 @@
],
"attributes": [
{
"name": "name support",
"name": "NameSupport",
"code": 0,
"mfgCode": null,
"side": "server",
Expand Down Expand Up @@ -20747,7 +20747,7 @@
],
"attributes": [
{
"name": "name support",
"name": "NameSupport",
"code": 0,
"mfgCode": null,
"side": "server",
Expand Down
4 changes: 2 additions & 2 deletions examples/bridge-app/bridge-common/bridge-app.zap
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"featureLevel": 80,
"featureLevel": 81,
"creator": "zap",
"keyValuePairs": [
{
Expand Down Expand Up @@ -5871,7 +5871,7 @@
],
"attributes": [
{
"name": "name support",
"name": "NameSupport",
"code": 0,
"mfgCode": null,
"side": "server",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"featureLevel": 80,
"featureLevel": 81,
"creator": "zap",
"keyValuePairs": [
{
Expand Down Expand Up @@ -235,7 +235,7 @@
],
"attributes": [
{
"name": "name support",
"name": "NameSupport",
"code": 0,
"mfgCode": null,
"side": "server",
Expand Down Expand Up @@ -5509,7 +5509,7 @@
],
"attributes": [
{
"name": "name support",
"name": "NameSupport",
"code": 0,
"mfgCode": null,
"side": "server",
Expand Down Expand Up @@ -7293,4 +7293,4 @@
"deviceIdentifier": 257
}
]
}
}
8 changes: 4 additions & 4 deletions examples/chef/devices/rootnode_contactsensor_lFAGG1bfRO.zap
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"featureLevel": 80,
"featureLevel": 81,
"creator": "zap",
"keyValuePairs": [
{
Expand Down Expand Up @@ -235,7 +235,7 @@
],
"attributes": [
{
"name": "name support",
"name": "NameSupport",
"code": 0,
"mfgCode": null,
"side": "server",
Expand Down Expand Up @@ -5509,7 +5509,7 @@
],
"attributes": [
{
"name": "name support",
"name": "NameSupport",
"code": 0,
"mfgCode": null,
"side": "server",
Expand Down Expand Up @@ -6121,4 +6121,4 @@
"deviceIdentifier": 21
}
]
}
}
8 changes: 4 additions & 4 deletions examples/chef/devices/rootnode_dimmablelight_bCwGYSDpoe.zap
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"featureLevel": 80,
"featureLevel": 81,
"creator": "zap",
"keyValuePairs": [
{
Expand Down Expand Up @@ -235,7 +235,7 @@
],
"attributes": [
{
"name": "name support",
"name": "NameSupport",
"code": 0,
"mfgCode": null,
"side": "server",
Expand Down Expand Up @@ -5509,7 +5509,7 @@
],
"attributes": [
{
"name": "name support",
"name": "NameSupport",
"code": 0,
"mfgCode": null,
"side": "server",
Expand Down Expand Up @@ -7293,4 +7293,4 @@
"deviceIdentifier": 257
}
]
}
}
8 changes: 4 additions & 4 deletions examples/chef/devices/rootnode_doorlock_aNKYAreMXE.zap
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"featureLevel": 80,
"featureLevel": 81,
"creator": "zap",
"keyValuePairs": [
{
Expand Down Expand Up @@ -235,7 +235,7 @@
],
"attributes": [
{
"name": "name support",
"name": "NameSupport",
"code": 0,
"mfgCode": null,
"side": "server",
Expand Down Expand Up @@ -5509,7 +5509,7 @@
],
"attributes": [
{
"name": "name support",
"name": "NameSupport",
"code": 0,
"mfgCode": null,
"side": "server",
Expand Down Expand Up @@ -8993,4 +8993,4 @@
"deviceIdentifier": 10
}
]
}
}
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"featureLevel": 80,
"featureLevel": 81,
"creator": "zap",
"keyValuePairs": [
{
Expand Down Expand Up @@ -235,7 +235,7 @@
],
"attributes": [
{
"name": "name support",
"name": "NameSupport",
"code": 0,
"mfgCode": null,
"side": "server",
Expand Down Expand Up @@ -5509,7 +5509,7 @@
],
"attributes": [
{
"name": "name support",
"name": "NameSupport",
"code": 0,
"mfgCode": null,
"side": "server",
Expand Down Expand Up @@ -8411,4 +8411,4 @@
"deviceIdentifier": 269
}
]
}
}
23 changes: 11 additions & 12 deletions examples/chef/devices/rootnode_fan_7N2TobIlOX.zap
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@
],
"attributes": [
{
"name": "name support",
"name": "NameSupport",
"code": 0,
"mfgCode": null,
"side": "server",
Expand Down Expand Up @@ -1041,7 +1041,7 @@
"side": "server",
"type": "int16u",
"included": 1,
"storageOption": "RAM",
"storageOption": "External",
"singleton": 0,
"bounded": 0,
"defaultValue": "",
Expand All @@ -1057,7 +1057,7 @@
"side": "server",
"type": "int16u",
"included": 1,
"storageOption": "RAM",
"storageOption": "External",
"singleton": 0,
"bounded": 0,
"defaultValue": "",
Expand All @@ -1073,7 +1073,7 @@
"side": "server",
"type": "int16u",
"included": 1,
"storageOption": "RAM",
"storageOption": "External",
"singleton": 0,
"bounded": 0,
"defaultValue": "",
Expand Down Expand Up @@ -1477,7 +1477,7 @@
"side": "server",
"type": "CapabilityMinimaStruct",
"included": 1,
"storageOption": "RAM",
"storageOption": "External",
"singleton": 1,
"bounded": 0,
"defaultValue": "",
Expand Down Expand Up @@ -1861,7 +1861,7 @@
"side": "server",
"type": "array",
"included": 0,
"storageOption": "RAM",
"storageOption": "External",
"singleton": 0,
"bounded": 0,
"defaultValue": "",
Expand All @@ -1877,7 +1877,7 @@
"side": "server",
"type": "array",
"included": 0,
"storageOption": "RAM",
"storageOption": "External",
"singleton": 0,
"bounded": 0,
"defaultValue": "",
Expand All @@ -1893,7 +1893,7 @@
"side": "server",
"type": "array",
"included": 1,
"storageOption": "RAM",
"storageOption": "External",
"singleton": 0,
"bounded": 0,
"defaultValue": "",
Expand Down Expand Up @@ -2257,7 +2257,7 @@
"side": "server",
"type": "boolean",
"included": 1,
"storageOption": "RAM",
"storageOption": "External",
"singleton": 0,
"bounded": 0,
"defaultValue": "1",
Expand Down Expand Up @@ -5693,7 +5693,7 @@
],
"attributes": [
{
"name": "name support",
"name": "NameSupport",
"code": 0,
"mfgCode": null,
"side": "server",
Expand Down Expand Up @@ -6316,6 +6316,5 @@
"endpointVersion": 1,
"deviceIdentifier": 43
}
],
"log": []
]
}
8 changes: 4 additions & 4 deletions examples/chef/devices/rootnode_flowsensor_1zVxHedlaV.zap
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"featureLevel": 80,
"featureLevel": 81,
"creator": "zap",
"keyValuePairs": [
{
Expand Down Expand Up @@ -235,7 +235,7 @@
],
"attributes": [
{
"name": "name support",
"name": "NameSupport",
"code": 0,
"mfgCode": null,
"side": "server",
Expand Down Expand Up @@ -5509,7 +5509,7 @@
],
"attributes": [
{
"name": "name support",
"name": "NameSupport",
"code": 0,
"mfgCode": null,
"side": "server",
Expand Down Expand Up @@ -6169,4 +6169,4 @@
"deviceIdentifier": 774
}
]
}
}
Loading

0 comments on commit 2d05e6f

Please sign in to comment.