Skip to content

Commit b312dfe

Browse files
marktrayerbzbarsky-applerestyled-commits
authored
Change OnOff revision to 5 (XML). Update all impacted .zap files. (#26524)
Co-authored-by: Boris Zbarsky <bzbarsky@apple.com> Co-authored-by: Restyled.io <commits@restyled.io>
1 parent d972f17 commit b312dfe

File tree

92 files changed

+346
-250
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

92 files changed

+346
-250
lines changed

examples/all-clusters-app/all-clusters-common/all-clusters-app.matter

+4-2
Original file line numberDiff line numberDiff line change
@@ -293,6 +293,7 @@ client cluster OnOff = 6 {
293293

294294
bitmap Feature : BITMAP32 {
295295
kLighting = 0x1;
296+
kDeadFront = 0x2;
296297
}
297298

298299
bitmap OnOffControl : BITMAP8 {
@@ -361,6 +362,7 @@ server cluster OnOff = 6 {
361362

362363
bitmap Feature : BITMAP32 {
363364
kLighting = 0x1;
365+
kDeadFront = 0x2;
364366
}
365367

366368
bitmap OnOffControl : BITMAP8 {
@@ -6529,7 +6531,7 @@ endpoint 1 {
65296531
ram attribute offWaitTime default = 0x0000;
65306532
persist attribute startUpOnOff default = 0xFF;
65316533
ram attribute featureMap default = 0x0001;
6532-
ram attribute clusterRevision default = 4;
6534+
ram attribute clusterRevision default = 5;
65336535
}
65346536

65356537
server cluster OnOffSwitchConfiguration {
@@ -7558,7 +7560,7 @@ endpoint 2 {
75587560
ram attribute offWaitTime default = 0;
75597561
ram attribute startUpOnOff;
75607562
ram attribute featureMap default = 0x0000;
7561-
ram attribute clusterRevision default = 4;
7563+
ram attribute clusterRevision default = 5;
75627564
}
75637565

75647566
server cluster Descriptor {

examples/all-clusters-app/all-clusters-common/all-clusters-app.zap

+6-6
Original file line numberDiff line numberDiff line change
@@ -608,7 +608,7 @@
608608
"storageOption": "RAM",
609609
"singleton": 0,
610610
"bounded": 0,
611-
"defaultValue": "4",
611+
"defaultValue": "5",
612612
"reportable": 1,
613613
"minInterval": 0,
614614
"maxInterval": 65344,
@@ -650,7 +650,7 @@
650650
"storageOption": "RAM",
651651
"singleton": 0,
652652
"bounded": 0,
653-
"defaultValue": "4",
653+
"defaultValue": "5",
654654
"reportable": 1,
655655
"minInterval": 0,
656656
"maxInterval": 65344,
@@ -10127,7 +10127,7 @@
1012710127
"storageOption": "RAM",
1012810128
"singleton": 0,
1012910129
"bounded": 0,
10130-
"defaultValue": "4",
10130+
"defaultValue": "5",
1013110131
"reportable": 1,
1013210132
"minInterval": 0,
1013310133
"maxInterval": 65344,
@@ -10297,7 +10297,7 @@
1029710297
"storageOption": "RAM",
1029810298
"singleton": 0,
1029910299
"bounded": 0,
10300-
"defaultValue": "4",
10300+
"defaultValue": "5",
1030110301
"reportable": 1,
1030210302
"minInterval": 0,
1030310303
"maxInterval": 65344,
@@ -29897,7 +29897,7 @@
2989729897
"storageOption": "RAM",
2989829898
"singleton": 0,
2989929899
"bounded": 0,
29900-
"defaultValue": "4",
29900+
"defaultValue": "5",
2990129901
"reportable": 1,
2990229902
"minInterval": 0,
2990329903
"maxInterval": 65344,
@@ -30019,7 +30019,7 @@
3001930019
"storageOption": "RAM",
3002030020
"singleton": 0,
3002130021
"bounded": 0,
30022-
"defaultValue": "4",
30022+
"defaultValue": "5",
3002330023
"reportable": 1,
3002430024
"minInterval": 0,
3002530025
"maxInterval": 65344,

examples/all-clusters-minimal-app/all-clusters-common/all-clusters-minimal-app.matter

+3-2
Original file line numberDiff line numberDiff line change
@@ -287,6 +287,7 @@ server cluster OnOff = 6 {
287287

288288
bitmap Feature : BITMAP32 {
289289
kLighting = 0x1;
290+
kDeadFront = 0x2;
290291
}
291292

292293
bitmap OnOffControl : BITMAP8 {
@@ -4209,7 +4210,7 @@ endpoint 1 {
42094210
server cluster OnOff {
42104211
persist attribute onOff default = 0x00;
42114212
ram attribute featureMap default = 0;
4212-
ram attribute clusterRevision default = 4;
4213+
ram attribute clusterRevision default = 5;
42134214
}
42144215

42154216
server cluster LevelControl {
@@ -4594,7 +4595,7 @@ endpoint 2 {
45944595
server cluster OnOff {
45954596
ram attribute onOff default = 0x00;
45964597
ram attribute featureMap default = 0x0000;
4597-
ram attribute clusterRevision default = 4;
4598+
ram attribute clusterRevision default = 5;
45984599
}
45994600

46004601
server cluster Descriptor {

examples/all-clusters-minimal-app/all-clusters-common/all-clusters-minimal-app.zap

+6-6
Original file line numberDiff line numberDiff line change
@@ -608,7 +608,7 @@
608608
"storageOption": "RAM",
609609
"singleton": 0,
610610
"bounded": 0,
611-
"defaultValue": "4",
611+
"defaultValue": "5",
612612
"reportable": 1,
613613
"minInterval": 0,
614614
"maxInterval": 65344,
@@ -650,7 +650,7 @@
650650
"storageOption": "RAM",
651651
"singleton": 0,
652652
"bounded": 0,
653-
"defaultValue": "4",
653+
"defaultValue": "5",
654654
"reportable": 1,
655655
"minInterval": 0,
656656
"maxInterval": 65344,
@@ -9153,7 +9153,7 @@
91539153
"storageOption": "RAM",
91549154
"singleton": 0,
91559155
"bounded": 0,
9156-
"defaultValue": "4",
9156+
"defaultValue": "5",
91579157
"reportable": 1,
91589158
"minInterval": 0,
91599159
"maxInterval": 65344,
@@ -9323,7 +9323,7 @@
93239323
"storageOption": "RAM",
93249324
"singleton": 0,
93259325
"bounded": 0,
9326-
"defaultValue": "4",
9326+
"defaultValue": "5",
93279327
"reportable": 1,
93289328
"minInterval": 0,
93299329
"maxInterval": 65344,
@@ -21564,7 +21564,7 @@
2156421564
"storageOption": "RAM",
2156521565
"singleton": 0,
2156621566
"bounded": 0,
21567-
"defaultValue": "4",
21567+
"defaultValue": "5",
2156821568
"reportable": 1,
2156921569
"minInterval": 0,
2157021570
"maxInterval": 65344,
@@ -21686,7 +21686,7 @@
2168621686
"storageOption": "RAM",
2168721687
"singleton": 0,
2168821688
"bounded": 0,
21689-
"defaultValue": "4",
21689+
"defaultValue": "5",
2169021690
"reportable": 1,
2169121691
"minInterval": 0,
2169221692
"maxInterval": 65344,

examples/bridge-app/bridge-common/bridge-app.matter

+2-1
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ server cluster OnOff = 6 {
104104

105105
bitmap Feature : BITMAP32 {
106106
kLighting = 0x1;
107+
kDeadFront = 0x2;
107108
}
108109

109110
bitmap OnOffControl : BITMAP8 {
@@ -1970,7 +1971,7 @@ endpoint 2 {
19701971
server cluster OnOff {
19711972
ram attribute onOff default = 0x00;
19721973
ram attribute featureMap default = 0;
1973-
ram attribute clusterRevision default = 4;
1974+
ram attribute clusterRevision default = 5;
19741975
}
19751976

19761977
server cluster LevelControl {

examples/bridge-app/bridge-common/bridge-app.zap

+2-2
Original file line numberDiff line numberDiff line change
@@ -6270,7 +6270,7 @@
62706270
"storageOption": "RAM",
62716271
"singleton": 0,
62726272
"bounded": 0,
6273-
"defaultValue": "4",
6273+
"defaultValue": "5",
62746274
"reportable": 1,
62756275
"minInterval": 0,
62766276
"maxInterval": 65344,
@@ -6328,7 +6328,7 @@
63286328
"storageOption": "RAM",
63296329
"singleton": 0,
63306330
"bounded": 0,
6331-
"defaultValue": "4",
6331+
"defaultValue": "5",
63326332
"reportable": 1,
63336333
"minInterval": 0,
63346334
"maxInterval": 65344,

examples/chef/devices/noip_rootnode_dimmablelight_bCwGYSDpoe.matter

+2-1
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,7 @@ server cluster OnOff = 6 {
167167

168168
bitmap Feature : BITMAP32 {
169169
kLighting = 0x1;
170+
kDeadFront = 0x2;
170171
}
171172

172173
bitmap OnOffControl : BITMAP8 {
@@ -1843,7 +1844,7 @@ endpoint 1 {
18431844
callback attribute acceptedCommandList default = 0;
18441845
callback attribute attributeList default = 0;
18451846
ram attribute featureMap default = 0x1;
1846-
ram attribute clusterRevision default = 4;
1847+
ram attribute clusterRevision default = 5;
18471848
}
18481849

18491850
server cluster LevelControl {

examples/chef/devices/noip_rootnode_dimmablelight_bCwGYSDpoe.zap

+4-4
Original file line numberDiff line numberDiff line change
@@ -568,7 +568,7 @@
568568
"storageOption": "RAM",
569569
"singleton": 0,
570570
"bounded": 0,
571-
"defaultValue": "2",
571+
"defaultValue": "5",
572572
"reportable": 1,
573573
"minInterval": 0,
574574
"maxInterval": 65344,
@@ -610,7 +610,7 @@
610610
"storageOption": "RAM",
611611
"singleton": 0,
612612
"bounded": 0,
613-
"defaultValue": "2",
613+
"defaultValue": "5",
614614
"reportable": 1,
615615
"minInterval": 0,
616616
"maxInterval": 65344,
@@ -6224,7 +6224,7 @@
62246224
"storageOption": "RAM",
62256225
"singleton": 0,
62266226
"bounded": 0,
6227-
"defaultValue": "4",
6227+
"defaultValue": "5",
62286228
"reportable": 1,
62296229
"minInterval": 1,
62306230
"maxInterval": 65534,
@@ -6394,7 +6394,7 @@
63946394
"storageOption": "RAM",
63956395
"singleton": 0,
63966396
"bounded": 0,
6397-
"defaultValue": "4",
6397+
"defaultValue": "5",
63986398
"reportable": 1,
63996399
"minInterval": 1,
64006400
"maxInterval": 65534,

examples/chef/devices/rootnode_colortemperaturelight_hbUnzYVeyn.matter

+2-1
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,7 @@ server cluster OnOff = 6 {
173173

174174
bitmap Feature : BITMAP32 {
175175
kLighting = 0x1;
176+
kDeadFront = 0x2;
176177
}
177178

178179
bitmap OnOffControl : BITMAP8 {
@@ -1707,7 +1708,7 @@ endpoint 1 {
17071708
callback attribute eventList;
17081709
callback attribute attributeList;
17091710
ram attribute featureMap default = 0;
1710-
ram attribute clusterRevision default = 4;
1711+
ram attribute clusterRevision default = 5;
17111712
}
17121713

17131714
server cluster LevelControl {

examples/chef/devices/rootnode_colortemperaturelight_hbUnzYVeyn.zap

+4-4
Original file line numberDiff line numberDiff line change
@@ -568,7 +568,7 @@
568568
"storageOption": "RAM",
569569
"singleton": 0,
570570
"bounded": 0,
571-
"defaultValue": "2",
571+
"defaultValue": "5",
572572
"reportable": 1,
573573
"minInterval": 0,
574574
"maxInterval": 65344,
@@ -610,7 +610,7 @@
610610
"storageOption": "RAM",
611611
"singleton": 0,
612612
"bounded": 0,
613-
"defaultValue": "2",
613+
"defaultValue": "5",
614614
"reportable": 1,
615615
"minInterval": 0,
616616
"maxInterval": 65344,
@@ -6313,7 +6313,7 @@
63136313
"storageOption": "RAM",
63146314
"singleton": 0,
63156315
"bounded": 0,
6316-
"defaultValue": "4",
6316+
"defaultValue": "5",
63176317
"reportable": 1,
63186318
"minInterval": 1,
63196319
"maxInterval": 65534,
@@ -6499,7 +6499,7 @@
64996499
"storageOption": "RAM",
65006500
"singleton": 0,
65016501
"bounded": 0,
6502-
"defaultValue": "4",
6502+
"defaultValue": "5",
65036503
"reportable": 1,
65046504
"minInterval": 1,
65056505
"maxInterval": 65534,

examples/chef/devices/rootnode_contactsensor_lFAGG1bfRO.zap

+2-2
Original file line numberDiff line numberDiff line change
@@ -568,7 +568,7 @@
568568
"storageOption": "RAM",
569569
"singleton": 0,
570570
"bounded": 0,
571-
"defaultValue": "2",
571+
"defaultValue": "5",
572572
"reportable": 1,
573573
"minInterval": 0,
574574
"maxInterval": 65344,
@@ -610,7 +610,7 @@
610610
"storageOption": "RAM",
611611
"singleton": 0,
612612
"bounded": 0,
613-
"defaultValue": "2",
613+
"defaultValue": "5",
614614
"reportable": 1,
615615
"minInterval": 0,
616616
"maxInterval": 65344,

examples/chef/devices/rootnode_dimmablelight_bCwGYSDpoe.matter

+2-1
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,7 @@ server cluster OnOff = 6 {
167167

168168
bitmap Feature : BITMAP32 {
169169
kLighting = 0x1;
170+
kDeadFront = 0x2;
170171
}
171172

172173
bitmap OnOffControl : BITMAP8 {
@@ -1619,7 +1620,7 @@ endpoint 1 {
16191620
callback attribute acceptedCommandList default = 0;
16201621
callback attribute attributeList default = 0;
16211622
ram attribute featureMap default = 0x1;
1622-
ram attribute clusterRevision default = 4;
1623+
ram attribute clusterRevision default = 5;
16231624
}
16241625

16251626
server cluster LevelControl {

examples/chef/devices/rootnode_dimmablelight_bCwGYSDpoe.zap

+4-4
Original file line numberDiff line numberDiff line change
@@ -568,7 +568,7 @@
568568
"storageOption": "RAM",
569569
"singleton": 0,
570570
"bounded": 0,
571-
"defaultValue": "2",
571+
"defaultValue": "5",
572572
"reportable": 1,
573573
"minInterval": 0,
574574
"maxInterval": 65344,
@@ -610,7 +610,7 @@
610610
"storageOption": "RAM",
611611
"singleton": 0,
612612
"bounded": 0,
613-
"defaultValue": "2",
613+
"defaultValue": "5",
614614
"reportable": 1,
615615
"minInterval": 0,
616616
"maxInterval": 65344,
@@ -6249,7 +6249,7 @@
62496249
"storageOption": "RAM",
62506250
"singleton": 0,
62516251
"bounded": 0,
6252-
"defaultValue": "4",
6252+
"defaultValue": "5",
62536253
"reportable": 1,
62546254
"minInterval": 1,
62556255
"maxInterval": 65534,
@@ -6419,7 +6419,7 @@
64196419
"storageOption": "RAM",
64206420
"singleton": 0,
64216421
"bounded": 0,
6422-
"defaultValue": "4",
6422+
"defaultValue": "5",
64236423
"reportable": 1,
64246424
"minInterval": 1,
64256425
"maxInterval": 65534,

0 commit comments

Comments
 (0)