Skip to content

Commit f9c7a8d

Browse files
authored
Zap Updates for conformance (#37038)
1 parent 19ae943 commit f9c7a8d

File tree

2 files changed

+15
-49
lines changed

2 files changed

+15
-49
lines changed

examples/lock-app/lock-common/lock-app.matter

+7-9
Original file line numberDiff line numberDiff line change
@@ -2860,7 +2860,7 @@ endpoint 0 {
28602860
callback attribute acceptedCommandList;
28612861
callback attribute attributeList;
28622862
ram attribute featureMap default = 0;
2863-
ram attribute clusterRevision default = 3;
2863+
ram attribute clusterRevision default = 4;
28642864
}
28652865

28662866
server cluster OtaSoftwareUpdateRequestor {
@@ -2897,7 +2897,7 @@ endpoint 0 {
28972897
callback attribute acceptedCommandList;
28982898
callback attribute attributeList;
28992899
ram attribute featureMap default = 1;
2900-
ram attribute clusterRevision default = 2;
2900+
ram attribute clusterRevision default = 3;
29012901
}
29022902

29032903
server cluster GeneralCommissioning {
@@ -2910,7 +2910,7 @@ endpoint 0 {
29102910
callback attribute acceptedCommandList;
29112911
callback attribute attributeList;
29122912
ram attribute featureMap default = 0;
2913-
ram attribute clusterRevision default = 1;
2913+
ram attribute clusterRevision default = 2;
29142914

29152915
handle command ArmFailSafe;
29162916
handle command ArmFailSafeResponse;
@@ -2923,8 +2923,6 @@ endpoint 0 {
29232923
server cluster NetworkCommissioning {
29242924
ram attribute maxNetworks;
29252925
callback attribute networks;
2926-
ram attribute scanMaxTimeSeconds;
2927-
ram attribute connectMaxTimeSeconds;
29282926
ram attribute interfaceEnabled;
29292927
ram attribute lastNetworkingStatus;
29302928
ram attribute lastNetworkID;
@@ -3055,7 +3053,7 @@ endpoint 0 {
30553053
callback attribute operationalDatasetComponents;
30563054
callback attribute activeNetworkFaultsList;
30573055
ram attribute featureMap default = 0x000F;
3058-
ram attribute clusterRevision default = 2;
3056+
ram attribute clusterRevision default = 3;
30593057

30603058
handle command ResetCounts;
30613059
}
@@ -3191,7 +3189,7 @@ endpoint 1 {
31913189
callback attribute acceptedCommandList;
31923190
callback attribute attributeList;
31933191
ram attribute featureMap default = 0;
3194-
ram attribute clusterRevision default = 4;
3192+
ram attribute clusterRevision default = 5;
31953193

31963194
handle command Identify;
31973195
handle command TriggerEffect;
@@ -3223,7 +3221,7 @@ endpoint 1 {
32233221
callback attribute acceptedCommandList;
32243222
callback attribute attributeList;
32253223
ram attribute featureMap default = 0x0A;
3226-
ram attribute clusterRevision default = 2;
3224+
ram attribute clusterRevision default = 3;
32273225
}
32283226

32293227
server cluster DoorLock {
@@ -3271,7 +3269,7 @@ endpoint 1 {
32713269
callback attribute acceptedCommandList;
32723270
callback attribute attributeList;
32733271
ram attribute featureMap default = 0x7DB3;
3274-
ram attribute clusterRevision default = 7;
3272+
ram attribute clusterRevision default = 8;
32753273

32763274
handle command LockDoor;
32773275
handle command UnlockDoor;

examples/lock-app/lock-common/lock-app.zap

+8-40
Original file line numberDiff line numberDiff line change
@@ -830,7 +830,7 @@
830830
"storageOption": "RAM",
831831
"singleton": 1,
832832
"bounded": 0,
833-
"defaultValue": "3",
833+
"defaultValue": "4",
834834
"reportable": 1,
835835
"minInterval": 0,
836836
"maxInterval": 65344,
@@ -1318,7 +1318,7 @@
13181318
"storageOption": "RAM",
13191319
"singleton": 0,
13201320
"bounded": 0,
1321-
"defaultValue": "2",
1321+
"defaultValue": "3",
13221322
"reportable": 1,
13231323
"minInterval": 1,
13241324
"maxInterval": 65534,
@@ -1547,7 +1547,7 @@
15471547
"storageOption": "RAM",
15481548
"singleton": 0,
15491549
"bounded": 0,
1550-
"defaultValue": "1",
1550+
"defaultValue": "2",
15511551
"reportable": 1,
15521552
"minInterval": 0,
15531553
"maxInterval": 65344,
@@ -1669,38 +1669,6 @@
16691669
"maxInterval": 65534,
16701670
"reportableChange": 0
16711671
},
1672-
{
1673-
"name": "ScanMaxTimeSeconds",
1674-
"code": 2,
1675-
"mfgCode": null,
1676-
"side": "server",
1677-
"type": "int8u",
1678-
"included": 1,
1679-
"storageOption": "RAM",
1680-
"singleton": 0,
1681-
"bounded": 0,
1682-
"defaultValue": "",
1683-
"reportable": 1,
1684-
"minInterval": 1,
1685-
"maxInterval": 65534,
1686-
"reportableChange": 0
1687-
},
1688-
{
1689-
"name": "ConnectMaxTimeSeconds",
1690-
"code": 3,
1691-
"mfgCode": null,
1692-
"side": "server",
1693-
"type": "int8u",
1694-
"included": 1,
1695-
"storageOption": "RAM",
1696-
"singleton": 0,
1697-
"bounded": 0,
1698-
"defaultValue": "",
1699-
"reportable": 1,
1700-
"minInterval": 1,
1701-
"maxInterval": 65534,
1702-
"reportableChange": 0
1703-
},
17041672
{
17051673
"name": "InterfaceEnabled",
17061674
"code": 4,
@@ -1743,7 +1711,7 @@
17431711
"storageOption": "RAM",
17441712
"singleton": 0,
17451713
"bounded": 0,
1746-
"defaultValue": "",
1714+
"defaultValue": null,
17471715
"reportable": 1,
17481716
"minInterval": 1,
17491717
"maxInterval": 65534,
@@ -3365,7 +3333,7 @@
33653333
"storageOption": "RAM",
33663334
"singleton": 0,
33673335
"bounded": 0,
3368-
"defaultValue": "2",
3336+
"defaultValue": "3",
33693337
"reportable": 1,
33703338
"minInterval": 0,
33713339
"maxInterval": 65344,
@@ -4874,7 +4842,7 @@
48744842
"storageOption": "RAM",
48754843
"singleton": 0,
48764844
"bounded": 0,
4877-
"defaultValue": "4",
4845+
"defaultValue": "5",
48784846
"reportable": 1,
48794847
"minInterval": 0,
48804848
"maxInterval": 65344,
@@ -5262,7 +5230,7 @@
52625230
"storageOption": "RAM",
52635231
"singleton": 0,
52645232
"bounded": 0,
5265-
"defaultValue": "2",
5233+
"defaultValue": "3",
52665234
"reportable": 1,
52675235
"minInterval": 1,
52685236
"maxInterval": 65534,
@@ -6130,7 +6098,7 @@
61306098
"storageOption": "RAM",
61316099
"singleton": 0,
61326100
"bounded": 0,
6133-
"defaultValue": "7",
6101+
"defaultValue": "8",
61346102
"reportable": 1,
61356103
"minInterval": 0,
61366104
"maxInterval": 65344,

0 commit comments

Comments
 (0)