Skip to content

Commit 5f8c4de

Browse files
Update CC cluster revision from 6 to 7 in relevant zap files (with update_cluster_revisions.py) and regen
1 parent 6143979 commit 5f8c4de

38 files changed

+56
-56
lines changed

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -5441,7 +5441,7 @@ cluster ThermostatUserInterfaceConfiguration = 516 {
54415441

54425442
/** Attributes and commands for controlling the color properties of a color-capable light. */
54435443
cluster ColorControl = 768 {
5444-
revision 6;
5444+
revision 7;
54455445

54465446
enum ColorLoopAction : enum8 {
54475447
kDeactivate = 0;
@@ -8698,7 +8698,7 @@ endpoint 1 {
86988698
ram attribute coupleColorTempToLevelMinMireds;
86998699
persist attribute startUpColorTemperatureMireds;
87008700
ram attribute featureMap default = 0x1F;
8701-
ram attribute clusterRevision default = 6;
8701+
ram attribute clusterRevision default = 7;
87028702

87038703
handle command MoveToHue;
87048704
handle command MoveHue;

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -17807,7 +17807,7 @@
1780717807
"storageOption": "RAM",
1780817808
"singleton": 0,
1780917809
"bounded": 0,
17810-
"defaultValue": "6",
17810+
"defaultValue": "7",
1781117811
"reportable": 1,
1781217812
"minInterval": 0,
1781317813
"maxInterval": 65344,

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -3986,7 +3986,7 @@ cluster ThermostatUserInterfaceConfiguration = 516 {
39863986

39873987
/** Attributes and commands for controlling the color properties of a color-capable light. */
39883988
cluster ColorControl = 768 {
3989-
revision 6;
3989+
revision 7;
39903990

39913991
enum ColorLoopAction : enum8 {
39923992
kDeactivate = 0;
@@ -6550,7 +6550,7 @@ endpoint 1 {
65506550
ram attribute enhancedColorMode default = 0x01;
65516551
ram attribute colorCapabilities default = 0x1F;
65526552
ram attribute featureMap default = 0;
6553-
ram attribute clusterRevision default = 6;
6553+
ram attribute clusterRevision default = 7;
65546554
}
65556555

65566556
server cluster BallastConfiguration {

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -7303,7 +7303,7 @@
73037303
"storageOption": "RAM",
73047304
"singleton": 0,
73057305
"bounded": 0,
7306-
"defaultValue": "6",
7306+
"defaultValue": "7",
73077307
"reportable": 1,
73087308
"minInterval": 0,
73097309
"maxInterval": 65344,

examples/chef/devices/rootnode_colortemperaturelight_hbUnzYVeyn.matter

+2-2
Original file line numberDiff line numberDiff line change
@@ -1404,7 +1404,7 @@ cluster GroupKeyManagement = 63 {
14041404

14051405
/** Attributes and commands for controlling the color properties of a color-capable light. */
14061406
cluster ColorControl = 768 {
1407-
revision 6;
1407+
revision 7;
14081408

14091409
enum ColorLoopAction : enum8 {
14101410
kDeactivate = 0;
@@ -2047,7 +2047,7 @@ endpoint 1 {
20472047
callback attribute acceptedCommandList;
20482048
callback attribute attributeList;
20492049
ram attribute featureMap default = 0x0010;
2050-
ram attribute clusterRevision default = 6;
2050+
ram attribute clusterRevision default = 7;
20512051

20522052
handle command MoveToHue;
20532053
handle command MoveHue;

examples/chef/devices/rootnode_colortemperaturelight_hbUnzYVeyn.zap

+1-1
Original file line numberDiff line numberDiff line change
@@ -3925,7 +3925,7 @@
39253925
"storageOption": "RAM",
39263926
"singleton": 0,
39273927
"bounded": 0,
3928-
"defaultValue": "6",
3928+
"defaultValue": "7",
39293929
"reportable": 1,
39303930
"minInterval": 1,
39313931
"maxInterval": 65534,

examples/chef/devices/rootnode_extendedcolorlight_8lcaaYJVAa.matter

+2-2
Original file line numberDiff line numberDiff line change
@@ -1505,7 +1505,7 @@ cluster FixedLabel = 64 {
15051505

15061506
/** Attributes and commands for controlling the color properties of a color-capable light. */
15071507
cluster ColorControl = 768 {
1508-
revision 6;
1508+
revision 7;
15091509

15101510
enum ColorLoopAction : enum8 {
15111511
kDeactivate = 0;
@@ -2159,7 +2159,7 @@ endpoint 1 {
21592159
callback attribute acceptedCommandList;
21602160
callback attribute attributeList;
21612161
ram attribute featureMap default = 0x1f;
2162-
ram attribute clusterRevision default = 6;
2162+
ram attribute clusterRevision default = 7;
21632163

21642164
handle command MoveToHue;
21652165
handle command MoveHue;

examples/chef/devices/rootnode_extendedcolorlight_8lcaaYJVAa.zap

+1-1
Original file line numberDiff line numberDiff line change
@@ -4029,7 +4029,7 @@
40294029
"storageOption": "RAM",
40304030
"singleton": 0,
40314031
"bounded": 0,
4032-
"defaultValue": "6",
4032+
"defaultValue": "7",
40334033
"reportable": 1,
40344034
"minInterval": 1,
40354035
"maxInterval": 65534,

examples/light-switch-app/light-switch-common/light-switch-app.matter

+1-1
Original file line numberDiff line numberDiff line change
@@ -2189,7 +2189,7 @@ provisional cluster ScenesManagement = 98 {
21892189

21902190
/** Attributes and commands for controlling the color properties of a color-capable light. */
21912191
cluster ColorControl = 768 {
2192-
revision 6;
2192+
revision 7;
21932193

21942194
enum ColorLoopAction : enum8 {
21952195
kDeactivate = 0;

examples/light-switch-app/light-switch-common/light-switch-app.zap

+1-1
Original file line numberDiff line numberDiff line change
@@ -5412,7 +5412,7 @@
54125412
"storageOption": "RAM",
54135413
"singleton": 0,
54145414
"bounded": 0,
5415-
"defaultValue": "6",
5415+
"defaultValue": "7",
54165416
"reportable": 1,
54175417
"minInterval": 0,
54185418
"maxInterval": 65344,

examples/light-switch-app/qpg/zap/switch.matter

+1-1
Original file line numberDiff line numberDiff line change
@@ -1986,7 +1986,7 @@ provisional cluster ScenesManagement = 98 {
19861986

19871987
/** Attributes and commands for controlling the color properties of a color-capable light. */
19881988
cluster ColorControl = 768 {
1989-
revision 6;
1989+
revision 7;
19901990

19911991
enum ColorLoopAction : enum8 {
19921992
kDeactivate = 0;

examples/light-switch-app/qpg/zap/switch.zap

+1-1
Original file line numberDiff line numberDiff line change
@@ -5617,7 +5617,7 @@
56175617
"storageOption": "RAM",
56185618
"singleton": 0,
56195619
"bounded": 0,
5620-
"defaultValue": "6",
5620+
"defaultValue": "7",
56215621
"reportable": 1,
56225622
"minInterval": 1,
56235623
"maxInterval": 65534,

examples/lighting-app/bouffalolab/data_model/lighting-app-ethernet.matter

+2-2
Original file line numberDiff line numberDiff line change
@@ -1544,7 +1544,7 @@ cluster UserLabel = 65 {
15441544

15451545
/** Attributes and commands for controlling the color properties of a color-capable light. */
15461546
cluster ColorControl = 768 {
1547-
revision 6;
1547+
revision 7;
15481548

15491549
enum ColorLoopAction : enum8 {
15501550
kDeactivate = 0;
@@ -2223,7 +2223,7 @@ endpoint 1 {
22232223
ram attribute coupleColorTempToLevelMinMireds;
22242224
ram attribute startUpColorTemperatureMireds;
22252225
ram attribute featureMap default = 0x1F;
2226-
ram attribute clusterRevision default = 6;
2226+
ram attribute clusterRevision default = 7;
22272227

22282228
handle command MoveToHue;
22292229
handle command MoveHue;

examples/lighting-app/bouffalolab/data_model/lighting-app-ethernet.zap

+1-1
Original file line numberDiff line numberDiff line change
@@ -4300,7 +4300,7 @@
43004300
"storageOption": "RAM",
43014301
"singleton": 0,
43024302
"bounded": 0,
4303-
"defaultValue": "6",
4303+
"defaultValue": "7",
43044304
"reportable": 1,
43054305
"minInterval": 0,
43064306
"maxInterval": 65344,

examples/lighting-app/bouffalolab/data_model/lighting-app-thread.matter

+2-2
Original file line numberDiff line numberDiff line change
@@ -1668,7 +1668,7 @@ cluster UserLabel = 65 {
16681668

16691669
/** Attributes and commands for controlling the color properties of a color-capable light. */
16701670
cluster ColorControl = 768 {
1671-
revision 6;
1671+
revision 7;
16721672

16731673
enum ColorLoopAction : enum8 {
16741674
kDeactivate = 0;
@@ -2409,7 +2409,7 @@ endpoint 1 {
24092409
ram attribute coupleColorTempToLevelMinMireds;
24102410
ram attribute startUpColorTemperatureMireds;
24112411
ram attribute featureMap default = 0x1F;
2412-
ram attribute clusterRevision default = 6;
2412+
ram attribute clusterRevision default = 7;
24132413

24142414
handle command MoveToHue;
24152415
handle command MoveHue;

examples/lighting-app/bouffalolab/data_model/lighting-app-thread.zap

+1-1
Original file line numberDiff line numberDiff line change
@@ -5276,7 +5276,7 @@
52765276
"storageOption": "RAM",
52775277
"singleton": 0,
52785278
"bounded": 0,
5279-
"defaultValue": "6",
5279+
"defaultValue": "7",
52805280
"reportable": 1,
52815281
"minInterval": 0,
52825282
"maxInterval": 65344,

examples/lighting-app/bouffalolab/data_model/lighting-app-wifi.matter

+2-2
Original file line numberDiff line numberDiff line change
@@ -1579,7 +1579,7 @@ cluster UserLabel = 65 {
15791579

15801580
/** Attributes and commands for controlling the color properties of a color-capable light. */
15811581
cluster ColorControl = 768 {
1582-
revision 6;
1582+
revision 7;
15831583

15841584
enum ColorLoopAction : enum8 {
15851585
kDeactivate = 0;
@@ -2272,7 +2272,7 @@ endpoint 1 {
22722272
ram attribute coupleColorTempToLevelMinMireds;
22732273
ram attribute startUpColorTemperatureMireds;
22742274
ram attribute featureMap default = 0x1F;
2275-
ram attribute clusterRevision default = 6;
2275+
ram attribute clusterRevision default = 7;
22762276

22772277
handle command MoveToHue;
22782278
handle command MoveHue;

examples/lighting-app/bouffalolab/data_model/lighting-app-wifi.zap

+1-1
Original file line numberDiff line numberDiff line change
@@ -4483,7 +4483,7 @@
44834483
"storageOption": "RAM",
44844484
"singleton": 0,
44854485
"bounded": 0,
4486-
"defaultValue": "6",
4486+
"defaultValue": "7",
44874487
"reportable": 1,
44884488
"minInterval": 0,
44894489
"maxInterval": 65344,

examples/lighting-app/lighting-common/lighting-app.matter

+2-2
Original file line numberDiff line numberDiff line change
@@ -1999,7 +1999,7 @@ provisional cluster ScenesManagement = 98 {
19991999

20002000
/** Attributes and commands for controlling the color properties of a color-capable light. */
20012001
cluster ColorControl = 768 {
2002-
revision 6;
2002+
revision 7;
20032003

20042004
enum ColorLoopAction : enum8 {
20052005
kDeactivate = 0;
@@ -2857,7 +2857,7 @@ endpoint 1 {
28572857
ram attribute coupleColorTempToLevelMinMireds;
28582858
persist attribute startUpColorTemperatureMireds;
28592859
ram attribute featureMap default = 0x1F;
2860-
ram attribute clusterRevision default = 6;
2860+
ram attribute clusterRevision default = 7;
28612861

28622862
handle command MoveToHue;
28632863
handle command MoveHue;

examples/lighting-app/lighting-common/lighting-app.zap

+1-1
Original file line numberDiff line numberDiff line change
@@ -5813,7 +5813,7 @@
58135813
"storageOption": "RAM",
58145814
"singleton": 0,
58155815
"bounded": 0,
5816-
"defaultValue": "6",
5816+
"defaultValue": "7",
58175817
"reportable": 1,
58185818
"minInterval": 0,
58195819
"maxInterval": 65344,

examples/lighting-app/qpg/zap/light.matter

+2-2
Original file line numberDiff line numberDiff line change
@@ -1607,7 +1607,7 @@ cluster UserLabel = 65 {
16071607

16081608
/** Attributes and commands for controlling the color properties of a color-capable light. */
16091609
cluster ColorControl = 768 {
1610-
revision 6;
1610+
revision 7;
16111611

16121612
enum ColorLoopAction : enum8 {
16131613
kDeactivate = 0;
@@ -2389,7 +2389,7 @@ endpoint 1 {
23892389
callback attribute acceptedCommandList;
23902390
callback attribute attributeList;
23912391
ram attribute featureMap default = 0x1F;
2392-
ram attribute clusterRevision default = 6;
2392+
ram attribute clusterRevision default = 7;
23932393

23942394
handle command MoveToHue;
23952395
handle command MoveHue;

examples/lighting-app/qpg/zap/light.zap

+1-1
Original file line numberDiff line numberDiff line change
@@ -6002,7 +6002,7 @@
60026002
"storageOption": "RAM",
60036003
"singleton": 0,
60046004
"bounded": 0,
6005-
"defaultValue": "6",
6005+
"defaultValue": "7",
60066006
"reportable": 1,
60076007
"minInterval": 0,
60086008
"maxInterval": 65344,

examples/lighting-app/silabs/data_model/lighting-thread-app.matter

+2-2
Original file line numberDiff line numberDiff line change
@@ -1703,7 +1703,7 @@ provisional cluster ScenesManagement = 98 {
17031703

17041704
/** Attributes and commands for controlling the color properties of a color-capable light. */
17051705
cluster ColorControl = 768 {
1706-
revision 6;
1706+
revision 7;
17071707

17081708
enum ColorLoopAction : enum8 {
17091709
kDeactivate = 0;
@@ -2440,7 +2440,7 @@ endpoint 1 {
24402440
callback attribute eventList;
24412441
callback attribute attributeList;
24422442
ram attribute featureMap default = 0x1F;
2443-
ram attribute clusterRevision default = 6;
2443+
ram attribute clusterRevision default = 7;
24442444

24452445
handle command MoveToHue;
24462446
handle command MoveHue;

examples/lighting-app/silabs/data_model/lighting-thread-app.zap

+1-1
Original file line numberDiff line numberDiff line change
@@ -5316,7 +5316,7 @@
53165316
"storageOption": "RAM",
53175317
"singleton": 0,
53185318
"bounded": 0,
5319-
"defaultValue": "6",
5319+
"defaultValue": "7",
53205320
"reportable": 1,
53215321
"minInterval": 0,
53225322
"maxInterval": 65344,

examples/lighting-app/silabs/data_model/lighting-wifi-app.matter

+2-2
Original file line numberDiff line numberDiff line change
@@ -1994,7 +1994,7 @@ provisional cluster ScenesManagement = 98 {
19941994

19951995
/** Attributes and commands for controlling the color properties of a color-capable light. */
19961996
cluster ColorControl = 768 {
1997-
revision 6;
1997+
revision 7;
19981998

19991999
enum ColorLoopAction : enum8 {
20002000
kDeactivate = 0;
@@ -2729,7 +2729,7 @@ endpoint 1 {
27292729
ram attribute coupleColorTempToLevelMinMireds;
27302730
persist attribute startUpColorTemperatureMireds;
27312731
ram attribute featureMap default = 0x1F;
2732-
ram attribute clusterRevision default = 6;
2732+
ram attribute clusterRevision default = 7;
27332733

27342734
handle command MoveToHue;
27352735
handle command MoveHue;

examples/lighting-app/silabs/data_model/lighting-wifi-app.zap

+1-1
Original file line numberDiff line numberDiff line change
@@ -5027,7 +5027,7 @@
50275027
"storageOption": "RAM",
50285028
"singleton": 0,
50295029
"bounded": 0,
5030-
"defaultValue": "6",
5030+
"defaultValue": "7",
50315031
"reportable": 1,
50325032
"minInterval": 0,
50335033
"maxInterval": 65344,

examples/placeholder/linux/apps/app1/config.matter

+3-3
Original file line numberDiff line numberDiff line change
@@ -5555,7 +5555,7 @@ cluster ThermostatUserInterfaceConfiguration = 516 {
55555555

55565556
/** Attributes and commands for controlling the color properties of a color-capable light. */
55575557
cluster ColorControl = 768 {
5558-
revision 6;
5558+
revision 7;
55595559

55605560
enum ColorLoopAction : enum8 {
55615561
kDeactivate = 0;
@@ -5875,7 +5875,7 @@ cluster ColorControl = 768 {
58755875

58765876
/** Attributes and commands for controlling the color properties of a color-capable light. */
58775877
cluster ColorControl = 768 {
5878-
revision 6;
5878+
revision 7;
58795879

58805880
enum ColorLoopAction : enum8 {
58815881
kDeactivate = 0;
@@ -9238,7 +9238,7 @@ endpoint 1 {
92389238
ram attribute coupleColorTempToLevelMinMireds;
92399239
ram attribute startUpColorTemperatureMireds;
92409240
ram attribute featureMap default = 0;
9241-
ram attribute clusterRevision default = 6;
9241+
ram attribute clusterRevision default = 7;
92429242

92439243
handle command MoveToHue;
92449244
handle command MoveHue;

examples/placeholder/linux/apps/app1/config.zap

+2-2
Original file line numberDiff line numberDiff line change
@@ -13838,7 +13838,7 @@
1383813838
"storageOption": "RAM",
1383913839
"singleton": 0,
1384013840
"bounded": 0,
13841-
"defaultValue": "6",
13841+
"defaultValue": "7",
1384213842
"reportable": 1,
1384313843
"minInterval": 1,
1384413844
"maxInterval": 65534,
@@ -14866,7 +14866,7 @@
1486614866
"storageOption": "RAM",
1486714867
"singleton": 0,
1486814868
"bounded": 0,
14869-
"defaultValue": "6",
14869+
"defaultValue": "7",
1487014870
"reportable": 1,
1487114871
"minInterval": 1,
1487214872
"maxInterval": 65534,

0 commit comments

Comments
 (0)