Skip to content

Commit a1a089c

Browse files
Update level control cluster revision from 5 to 6 in all zap files using it with update_cluster_revisions.py and regen
1 parent b1d2727 commit a1a089c

File tree

62 files changed

+220
-187
lines changed

Some content is hidden

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

62 files changed

+220
-187
lines changed

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ deprecated cluster OnOffSwitchConfiguration = 7 {
288288

289289
/** Attributes and commands for controlling devices that can be set to a level between fully 'On' and fully 'Off.' */
290290
cluster LevelControl = 8 {
291-
revision 5;
291+
revision 6;
292292

293293
enum MoveModeEnum : enum8 {
294294
kUp = 0;
@@ -7806,7 +7806,7 @@ endpoint 1 {
78067806
ram attribute defaultMoveRate default = 50;
78077807
persist attribute startUpCurrentLevel default = 255;
78087808
ram attribute featureMap default = 3;
7809-
ram attribute clusterRevision default = 5;
7809+
ram attribute clusterRevision default = 6;
78107810

78117811
handle command MoveToLevel;
78127812
handle command Move;

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

+2-1
Original file line numberDiff line numberDiff line change
@@ -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
],
@@ -7302,7 +7303,7 @@
73027303
"storageOption": "RAM",
73037304
"singleton": 0,
73047305
"bounded": 0,
7305-
"defaultValue": "5",
7306+
"defaultValue": "6",
73067307
"reportable": 1,
73077308
"minInterval": 0,
73087309
"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
@@ -202,7 +202,7 @@ cluster OnOff = 6 {
202202

203203
/** Attributes and commands for controlling devices that can be set to a level between fully 'On' and fully 'Off.' */
204204
cluster LevelControl = 8 {
205-
revision 5;
205+
revision 6;
206206

207207
enum MoveModeEnum : enum8 {
208208
kUp = 0;
@@ -6301,7 +6301,7 @@ endpoint 1 {
63016301
ram attribute onLevel default = 0xFF;
63026302
persist attribute startUpCurrentLevel default = 255;
63036303
ram attribute featureMap default = 0;
6304-
ram attribute clusterRevision default = 5;
6304+
ram attribute clusterRevision default = 6;
63056305

63066306
handle command MoveToLevel;
63076307
handle command Move;

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

+2-1
Original file line numberDiff line numberDiff line change
@@ -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
],
@@ -5030,7 +5031,7 @@
50305031
"storageOption": "RAM",
50315032
"singleton": 0,
50325033
"bounded": 0,
5033-
"defaultValue": "5",
5034+
"defaultValue": "6",
50345035
"reportable": 1,
50355036
"minInterval": 0,
50365037
"maxInterval": 65344,

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ cluster OnOff = 6 {
125125

126126
/** Attributes and commands for controlling devices that can be set to a level between fully 'On' and fully 'Off.' */
127127
cluster LevelControl = 8 {
128-
revision 5;
128+
revision 6;
129129

130130
enum MoveModeEnum : enum8 {
131131
kUp = 0;
@@ -2330,7 +2330,7 @@ endpoint 2 {
23302330
ram attribute defaultMoveRate;
23312331
persist attribute startUpCurrentLevel default = 255;
23322332
ram attribute featureMap default = 3;
2333-
ram attribute clusterRevision default = 5;
2333+
ram attribute clusterRevision default = 6;
23342334

23352335
handle command MoveToLevel;
23362336
handle command Move;

examples/bridge-app/bridge-common/bridge-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
],
@@ -5386,7 +5387,7 @@
53865387
"storageOption": "RAM",
53875388
"singleton": 0,
53885389
"bounded": 0,
5389-
"defaultValue": "5",
5390+
"defaultValue": "6",
53905391
"reportable": 1,
53915392
"minInterval": 0,
53925393
"maxInterval": 65344,

examples/chef/devices/noip_rootnode_dimmablelight_bCwGYSDpoe.matter

+2-2
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ cluster OnOff = 6 {
202202

203203
/** Attributes and commands for controlling devices that can be set to a level between fully 'On' and fully 'Off.' */
204204
cluster LevelControl = 8 {
205-
revision 5;
205+
revision 6;
206206

207207
enum MoveModeEnum : enum8 {
208208
kUp = 0;
@@ -2022,7 +2022,7 @@ endpoint 1 {
20222022
callback attribute acceptedCommandList;
20232023
callback attribute attributeList;
20242024
ram attribute featureMap default = 0x03;
2025-
ram attribute clusterRevision default = 5;
2025+
ram attribute clusterRevision default = 6;
20262026

20272027
handle command MoveToLevel;
20282028
handle command Move;

examples/chef/devices/noip_rootnode_dimmablelight_bCwGYSDpoe.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
],
@@ -4563,7 +4564,7 @@
45634564
"storageOption": "RAM",
45644565
"singleton": 0,
45654566
"bounded": 0,
4566-
"defaultValue": "5",
4567+
"defaultValue": "6",
45674568
"reportable": 1,
45684569
"minInterval": 1,
45694570
"maxInterval": 65534,

examples/chef/devices/rootnode_basicvideoplayer_0ff86e943b.matter

+2-2
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ cluster OnOff = 6 {
125125

126126
/** Attributes and commands for controlling devices that can be set to a level between fully 'On' and fully 'Off.' */
127127
cluster LevelControl = 8 {
128-
revision 5;
128+
revision 6;
129129

130130
enum MoveModeEnum : enum8 {
131131
kUp = 0;
@@ -2407,7 +2407,7 @@ endpoint 2 {
24072407
callback attribute eventList;
24082408
callback attribute attributeList;
24092409
ram attribute featureMap default = 0;
2410-
ram attribute clusterRevision default = 5;
2410+
ram attribute clusterRevision default = 6;
24112411

24122412
handle command MoveToLevel;
24132413
handle command Move;

examples/chef/devices/rootnode_basicvideoplayer_0ff86e943b.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
],
@@ -4665,7 +4666,7 @@
46654666
"storageOption": "RAM",
46664667
"singleton": 0,
46674668
"bounded": 0,
4668-
"defaultValue": "5",
4669+
"defaultValue": "6",
46694670
"reportable": 1,
46704671
"minInterval": 1,
46714672
"maxInterval": 65534,

examples/chef/devices/rootnode_colortemperaturelight_hbUnzYVeyn.matter

+2-2
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ cluster OnOff = 6 {
202202

203203
/** Attributes and commands for controlling devices that can be set to a level between fully 'On' and fully 'Off.' */
204204
cluster LevelControl = 8 {
205-
revision 5;
205+
revision 6;
206206

207207
enum MoveModeEnum : enum8 {
208208
kUp = 0;
@@ -1988,7 +1988,7 @@ endpoint 1 {
19881988
callback attribute acceptedCommandList;
19891989
callback attribute attributeList;
19901990
ram attribute featureMap default = 0;
1991-
ram attribute clusterRevision default = 5;
1991+
ram attribute clusterRevision default = 6;
19921992

19931993
handle command MoveToLevel;
19941994
handle command Move;

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
],
@@ -3046,7 +3047,7 @@
30463047
"storageOption": "RAM",
30473048
"singleton": 0,
30483049
"bounded": 0,
3049-
"defaultValue": "5",
3050+
"defaultValue": "6",
30503051
"reportable": 1,
30513052
"minInterval": 1,
30523053
"maxInterval": 65534,

examples/chef/devices/rootnode_dimmablelight_bCwGYSDpoe.matter

+2-2
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ cluster OnOff = 6 {
202202

203203
/** Attributes and commands for controlling devices that can be set to a level between fully 'On' and fully 'Off.' */
204204
cluster LevelControl = 8 {
205-
revision 5;
205+
revision 6;
206206

207207
enum MoveModeEnum : enum8 {
208208
kUp = 0;
@@ -1833,7 +1833,7 @@ endpoint 1 {
18331833
callback attribute acceptedCommandList;
18341834
callback attribute attributeList;
18351835
ram attribute featureMap default = 0x03;
1836-
ram attribute clusterRevision default = 5;
1836+
ram attribute clusterRevision default = 6;
18371837

18381838
handle command MoveToLevel;
18391839
handle command Move;

examples/chef/devices/rootnode_dimmablelight_bCwGYSDpoe.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
],
@@ -3300,7 +3301,7 @@
33003301
"storageOption": "RAM",
33013302
"singleton": 0,
33023303
"bounded": 0,
3303-
"defaultValue": "5",
3304+
"defaultValue": "6",
33043305
"reportable": 1,
33053306
"minInterval": 1,
33063307
"maxInterval": 65534,

examples/chef/devices/rootnode_extendedcolorlight_8lcaaYJVAa.matter

+2-2
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ cluster OnOff = 6 {
202202

203203
/** Attributes and commands for controlling devices that can be set to a level between fully 'On' and fully 'Off.' */
204204
cluster LevelControl = 8 {
205-
revision 5;
205+
revision 6;
206206

207207
enum MoveModeEnum : enum8 {
208208
kUp = 0;
@@ -2109,7 +2109,7 @@ endpoint 1 {
21092109
callback attribute acceptedCommandList;
21102110
callback attribute attributeList;
21112111
ram attribute featureMap default = 0x03;
2112-
ram attribute clusterRevision default = 5;
2112+
ram attribute clusterRevision default = 6;
21132113

21142114
handle command MoveToLevel;
21152115
handle command Move;

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
],
@@ -3268,7 +3269,7 @@
32683269
"storageOption": "RAM",
32693270
"singleton": 0,
32703271
"bounded": 0,
3271-
"defaultValue": "5",
3272+
"defaultValue": "6",
32723273
"reportable": 1,
32733274
"minInterval": 1,
32743275
"maxInterval": 65534,

examples/chef/devices/rootnode_heatingcoolingunit_ncdGai1E5a.matter

+2-2
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ cluster OnOff = 6 {
202202

203203
/** Attributes and commands for controlling devices that can be set to a level between fully 'On' and fully 'Off.' */
204204
cluster LevelControl = 8 {
205-
revision 5;
205+
revision 6;
206206

207207
enum MoveModeEnum : enum8 {
208208
kUp = 0;
@@ -2237,7 +2237,7 @@ endpoint 1 {
22372237
callback attribute acceptedCommandList;
22382238
callback attribute attributeList;
22392239
ram attribute featureMap default = 1;
2240-
ram attribute clusterRevision default = 5;
2240+
ram attribute clusterRevision default = 6;
22412241

22422242
handle command MoveToLevel;
22432243
handle command Move;

examples/chef/devices/rootnode_heatingcoolingunit_ncdGai1E5a.zap

+9-8
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
{
@@ -17,19 +17,20 @@
1717
}
1818
],
1919
"package": [
20+
{
21+
"pathRelativity": "relativeToZap",
22+
"path": "../../../src/app/zap-templates/app-templates.json",
23+
"type": "gen-templates-json",
24+
"category": "matter",
25+
"version": "chip-v1"
26+
},
2027
{
2128
"pathRelativity": "relativeToZap",
2229
"path": "../../../src/app/zap-templates/zcl/zcl.json",
2330
"type": "zcl-properties",
2431
"category": "matter",
2532
"version": 1,
2633
"description": "Matter SDK ZCL data"
27-
},
28-
{
29-
"pathRelativity": "relativeToZap",
30-
"path": "../../../src/app/zap-templates/app-templates.json",
31-
"type": "gen-templates-json",
32-
"version": "chip-v1"
3334
}
3435
],
3536
"endpointTypes": [
@@ -3172,7 +3173,7 @@
31723173
"storageOption": "RAM",
31733174
"singleton": 0,
31743175
"bounded": 0,
3175-
"defaultValue": "5",
3176+
"defaultValue": "6",
31763177
"reportable": 1,
31773178
"minInterval": 1,
31783179
"maxInterval": 65534,

0 commit comments

Comments
 (0)