Skip to content

Commit 93dc4a8

Browse files
authored
Update cluster revisions for lighting and lock apps (project-chip#42882)
* update cluster revs * revert ACL change
1 parent 14e806b commit 93dc4a8

40 files changed

Lines changed: 52 additions & 52 deletions

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5204,7 +5204,7 @@ cluster ThermostatUserInterfaceConfiguration = 516 {
52045204

52055205
/** Attributes and commands for controlling the color properties of a color-capable light. */
52065206
cluster ColorControl = 768 {
5207-
revision 7;
5207+
revision 9;
52085208

52095209
enum ColorLoopActionEnum : enum8 {
52105210
kDeactivate = 0;

examples/all-clusters-app/realtek/data_model/all-clusters-app.matter

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6158,7 +6158,7 @@ cluster ThermostatUserInterfaceConfiguration = 516 {
61586158

61596159
/** Attributes and commands for controlling the color properties of a color-capable light. */
61606160
cluster ColorControl = 768 {
6161-
revision 7;
6161+
revision 9;
61626162

61636163
enum ColorLoopActionEnum : enum8 {
61646164
kDeactivate = 0;

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3030,7 +3030,7 @@ provisional cluster ScenesManagement = 98 {
30303030

30313031
/** An interface to a generic way to secure a door */
30323032
cluster DoorLock = 257 {
3033-
revision 7;
3033+
revision 10;
30343034

30353035
enum AlarmCodeEnum : enum8 {
30363036
kLockJammed = 0;
@@ -4505,7 +4505,7 @@ cluster ThermostatUserInterfaceConfiguration = 516 {
45054505

45064506
/** Attributes and commands for controlling the color properties of a color-capable light. */
45074507
cluster ColorControl = 768 {
4508-
revision 7;
4508+
revision 9;
45094509

45104510
enum ColorLoopActionEnum : enum8 {
45114511
kDeactivate = 0;

examples/chef/devices/rootnode_colortemperaturelight_hbUnzYVeyn.matter

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1877,7 +1877,7 @@ cluster GroupKeyManagement = 63 {
18771877

18781878
/** Attributes and commands for controlling the color properties of a color-capable light. */
18791879
cluster ColorControl = 768 {
1880-
revision 7;
1880+
revision 9;
18811881

18821882
enum ColorLoopActionEnum : enum8 {
18831883
kDeactivate = 0;

examples/chef/devices/rootnode_doorlock_aNKYAreMXE.matter

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1865,7 +1865,7 @@ cluster GroupKeyManagement = 63 {
18651865

18661866
/** An interface to a generic way to secure a door */
18671867
cluster DoorLock = 257 {
1868-
revision 7;
1868+
revision 10;
18691869

18701870
enum AlarmCodeEnum : enum8 {
18711871
kLockJammed = 0;

examples/chef/devices/rootnode_extendedcolorlight_8lcaaYJVAa.matter

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1897,7 +1897,7 @@ cluster GroupKeyManagement = 63 {
18971897

18981898
/** Attributes and commands for controlling the color properties of a color-capable light. */
18991899
cluster ColorControl = 768 {
1900-
revision 7;
1900+
revision 9;
19011901

19021902
enum ColorLoopActionEnum : enum8 {
19031903
kDeactivate = 0;

examples/jf-admin-app/jfa-common/jfa-app.matter

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2194,7 +2194,7 @@ cluster UserLabel = 65 {
21942194

21952195
/** Attributes and commands for controlling the color properties of a color-capable light. */
21962196
cluster ColorControl = 768 {
2197-
revision 7;
2197+
revision 9;
21982198

21992199
enum ColorLoopActionEnum : enum8 {
22002200
kDeactivate = 0;

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2577,7 +2577,7 @@ provisional cluster ScenesManagement = 98 {
25772577

25782578
/** Attributes and commands for controlling the color properties of a color-capable light. */
25792579
cluster ColorControl = 768 {
2580-
revision 7;
2580+
revision 9;
25812581

25822582
enum ColorLoopActionEnum : enum8 {
25832583
kDeactivate = 0;

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2700,7 +2700,7 @@ provisional cluster ScenesManagement = 98 {
27002700

27012701
/** Attributes and commands for controlling the color properties of a color-capable light. */
27022702
cluster ColorControl = 768 {
2703-
revision 7;
2703+
revision 9;
27042704

27052705
enum ColorLoopActionEnum : enum8 {
27062706
kDeactivate = 0;

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2540,7 +2540,7 @@ cluster IcdManagement = 70 {
25402540

25412541
/** Attributes and commands for controlling the color properties of a color-capable light. */
25422542
cluster ColorControl = 768 {
2543-
revision 7;
2543+
revision 9;
25442544

25452545
enum ColorLoopActionEnum : enum8 {
25462546
kDeactivate = 0;

0 commit comments

Comments
 (0)