Skip to content

Commit deb68da

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

38 files changed

+134
-115
lines changed

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

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

54205420
/** Attributes and commands for controlling the color properties of a color-capable light. */
54215421
cluster ColorControl = 768 {
5422-
revision 6;
5422+
revision 7;
54235423

54245424
enum ColorLoopAction : enum8 {
54255425
kDeactivate = 0;
@@ -8645,7 +8645,7 @@ endpoint 1 {
86458645
ram attribute coupleColorTempToLevelMinMireds;
86468646
persist attribute startUpColorTemperatureMireds;
86478647
ram attribute featureMap default = 0x1F;
8648-
ram attribute clusterRevision default = 6;
8648+
ram attribute clusterRevision default = 7;
86498649

86508650
handle command MoveToHue;
86518651
handle command MoveHue;

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

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"fileFormat": 2,
3-
"featureLevel": 100,
3+
"featureLevel": 102,
44
"creator": "zap",
55
"keyValuePairs": [
66
{
@@ -29,6 +29,7 @@
2929
"pathRelativity": "relativeToZap",
3030
"path": "../../../src/app/zap-templates/app-templates.json",
3131
"type": "gen-templates-json",
32+
"category": "matter",
3233
"version": "chip-v1"
3334
}
3435
],
@@ -17817,7 +17818,7 @@
1781717818
"storageOption": "RAM",
1781817819
"singleton": 0,
1781917820
"bounded": 0,
17820-
"defaultValue": "6",
17821+
"defaultValue": "7",
1782117822
"reportable": 1,
1782217823
"minInterval": 0,
1782317824
"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
@@ -3978,7 +3978,7 @@ cluster ThermostatUserInterfaceConfiguration = 516 {
39783978

39793979
/** Attributes and commands for controlling the color properties of a color-capable light. */
39803980
cluster ColorControl = 768 {
3981-
revision 6;
3981+
revision 7;
39823982

39833983
enum ColorLoopAction : enum8 {
39843984
kDeactivate = 0;
@@ -6510,7 +6510,7 @@ endpoint 1 {
65106510
ram attribute enhancedColorMode default = 0x01;
65116511
ram attribute colorCapabilities default = 0x1F;
65126512
ram attribute featureMap default = 0;
6513-
ram attribute clusterRevision default = 6;
6513+
ram attribute clusterRevision default = 7;
65146514
}
65156515

65166516
server cluster BallastConfiguration {

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

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"fileFormat": 2,
3-
"featureLevel": 100,
3+
"featureLevel": 102,
44
"creator": "zap",
55
"keyValuePairs": [
66
{
@@ -29,6 +29,7 @@
2929
"pathRelativity": "relativeToZap",
3030
"path": "../../../src/app/zap-templates/app-templates.json",
3131
"type": "gen-templates-json",
32+
"category": "matter",
3233
"version": "chip-v1"
3334
}
3435
],
@@ -7286,7 +7287,7 @@
72867287
"storageOption": "RAM",
72877288
"singleton": 0,
72887289
"bounded": 0,
7289-
"defaultValue": "6",
7290+
"defaultValue": "7",
72907291
"reportable": 1,
72917292
"minInterval": 0,
72927293
"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

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"fileFormat": 2,
3-
"featureLevel": 100,
3+
"featureLevel": 102,
44
"creator": "zap",
55
"keyValuePairs": [
66
{
@@ -29,6 +29,7 @@
2929
"pathRelativity": "relativeToZap",
3030
"path": "../../../src/app/zap-templates/app-templates.json",
3131
"type": "gen-templates-json",
32+
"category": "matter",
3233
"version": "chip-v1"
3334
}
3435
],
@@ -3924,7 +3925,7 @@
39243925
"storageOption": "RAM",
39253926
"singleton": 0,
39263927
"bounded": 0,
3927-
"defaultValue": "6",
3928+
"defaultValue": "7",
39283929
"reportable": 1,
39293930
"minInterval": 1,
39303931
"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

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"fileFormat": 2,
3-
"featureLevel": 100,
3+
"featureLevel": 102,
44
"creator": "zap",
55
"keyValuePairs": [
66
{
@@ -29,6 +29,7 @@
2929
"pathRelativity": "relativeToZap",
3030
"path": "../../../src/app/zap-templates/app-templates.json",
3131
"type": "gen-templates-json",
32+
"category": "matter",
3233
"version": "chip-v1"
3334
}
3435
],
@@ -4028,7 +4029,7 @@
40284029
"storageOption": "RAM",
40294030
"singleton": 0,
40304031
"bounded": 0,
4031-
"defaultValue": "6",
4032+
"defaultValue": "7",
40324033
"reportable": 1,
40334034
"minInterval": 1,
40344035
"maxInterval": 65534,

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

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

21752175
/** Attributes and commands for controlling the color properties of a color-capable light. */
21762176
cluster ColorControl = 768 {
2177-
revision 6;
2177+
revision 7;
21782178

21792179
enum ColorLoopAction : enum8 {
21802180
kDeactivate = 0;

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

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"fileFormat": 2,
3-
"featureLevel": 100,
3+
"featureLevel": 102,
44
"creator": "zap",
55
"keyValuePairs": [
66
{
@@ -29,6 +29,7 @@
2929
"pathRelativity": "relativeToZap",
3030
"path": "../../../src/app/zap-templates/app-templates.json",
3131
"type": "gen-templates-json",
32+
"category": "matter",
3233
"version": "chip-v1"
3334
}
3435
],
@@ -5411,7 +5412,7 @@
54115412
"storageOption": "RAM",
54125413
"singleton": 0,
54135414
"bounded": 0,
5414-
"defaultValue": "6",
5415+
"defaultValue": "7",
54155416
"reportable": 1,
54165417
"minInterval": 0,
54175418
"maxInterval": 65344,

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

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

19721972
/** Attributes and commands for controlling the color properties of a color-capable light. */
19731973
cluster ColorControl = 768 {
1974-
revision 6;
1974+
revision 7;
19751975

19761976
enum ColorLoopAction : enum8 {
19771977
kDeactivate = 0;

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

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"fileFormat": 2,
3-
"featureLevel": 100,
3+
"featureLevel": 102,
44
"creator": "zap",
55
"keyValuePairs": [
66
{
@@ -29,6 +29,7 @@
2929
"pathRelativity": "relativeToZap",
3030
"path": "../../../../src/app/zap-templates/app-templates.json",
3131
"type": "gen-templates-json",
32+
"category": "matter",
3233
"version": "chip-v1"
3334
}
3435
],
@@ -5568,7 +5569,7 @@
55685569
"storageOption": "RAM",
55695570
"singleton": 0,
55705571
"bounded": 0,
5571-
"defaultValue": "6",
5572+
"defaultValue": "7",
55725573
"reportable": 1,
55735574
"minInterval": 1,
55745575
"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

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"fileFormat": 2,
3-
"featureLevel": 100,
3+
"featureLevel": 102,
44
"creator": "zap",
55
"keyValuePairs": [
66
{
@@ -29,6 +29,7 @@
2929
"pathRelativity": "relativeToZap",
3030
"path": "../../../../src/app/zap-templates/app-templates.json",
3131
"type": "gen-templates-json",
32+
"category": "matter",
3233
"version": "chip-v1"
3334
}
3435
],
@@ -4299,7 +4300,7 @@
42994300
"storageOption": "RAM",
43004301
"singleton": 0,
43014302
"bounded": 0,
4302-
"defaultValue": "6",
4303+
"defaultValue": "7",
43034304
"reportable": 1,
43044305
"minInterval": 0,
43054306
"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

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"fileFormat": 2,
3-
"featureLevel": 100,
3+
"featureLevel": 102,
44
"creator": "zap",
55
"keyValuePairs": [
66
{
@@ -29,6 +29,7 @@
2929
"pathRelativity": "relativeToZap",
3030
"path": "../../../../src/app/zap-templates/app-templates.json",
3131
"type": "gen-templates-json",
32+
"category": "matter",
3233
"version": "chip-v1"
3334
}
3435
],
@@ -5275,7 +5276,7 @@
52755276
"storageOption": "RAM",
52765277
"singleton": 0,
52775278
"bounded": 0,
5278-
"defaultValue": "6",
5279+
"defaultValue": "7",
52795280
"reportable": 1,
52805281
"minInterval": 0,
52815282
"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

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"fileFormat": 2,
3-
"featureLevel": 100,
3+
"featureLevel": 102,
44
"creator": "zap",
55
"keyValuePairs": [
66
{
@@ -29,6 +29,7 @@
2929
"pathRelativity": "relativeToZap",
3030
"path": "../../../../src/app/zap-templates/app-templates.json",
3131
"type": "gen-templates-json",
32+
"category": "matter",
3233
"version": "chip-v1"
3334
}
3435
],
@@ -4482,7 +4483,7 @@
44824483
"storageOption": "RAM",
44834484
"singleton": 0,
44844485
"bounded": 0,
4485-
"defaultValue": "6",
4486+
"defaultValue": "7",
44864487
"reportable": 1,
44874488
"minInterval": 0,
44884489
"maxInterval": 65344,

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

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

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

19961996
enum ColorLoopAction : enum8 {
19971997
kDeactivate = 0;
@@ -2830,7 +2830,7 @@ endpoint 1 {
28302830
ram attribute coupleColorTempToLevelMinMireds;
28312831
persist attribute startUpColorTemperatureMireds;
28322832
ram attribute featureMap default = 0x1F;
2833-
ram attribute clusterRevision default = 6;
2833+
ram attribute clusterRevision default = 7;
28342834

28352835
handle command MoveToHue;
28362836
handle command MoveHue;

0 commit comments

Comments
 (0)