Skip to content

Commit a1232f4

Browse files
Regenerate generated code.
1 parent 9b0b0b7 commit a1232f4

File tree

8 files changed

+30
-30
lines changed

8 files changed

+30
-30
lines changed

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

+6-6
Original file line numberDiff line numberDiff line change
@@ -3235,7 +3235,7 @@ cluster LaundryWasherControls = 83 {
32353235

32363236
/** Attributes and commands for selecting a mode from a list of supported options. */
32373237
cluster RvcRunMode = 84 {
3238-
revision 2;
3238+
revision 3;
32393239

32403240
enum ModeTag : enum16 {
32413241
kIdle = 16384;
@@ -3255,7 +3255,7 @@ cluster RvcRunMode = 84 {
32553255
}
32563256

32573257
bitmap Feature : bitmap32 {
3258-
kNoFeatures = 0x0;
3258+
kDirectModeChange = 0x10000;
32593259
}
32603260

32613261
struct ModeTagStruct {
@@ -3294,7 +3294,7 @@ cluster RvcRunMode = 84 {
32943294

32953295
/** Attributes and commands for selecting a mode from a list of supported options. */
32963296
cluster RvcCleanMode = 85 {
3297-
revision 2;
3297+
revision 3;
32983298

32993299
enum ModeTag : enum16 {
33003300
kDeepClean = 16384;
@@ -3307,7 +3307,7 @@ cluster RvcCleanMode = 85 {
33073307
}
33083308

33093309
bitmap Feature : bitmap32 {
3310-
kNoFeatures = 0x0;
3310+
kDirectModeChange = 0x10000;
33113311
}
33123312

33133313
struct ModeTagStruct {
@@ -8489,7 +8489,7 @@ endpoint 1 {
84898489
callback attribute eventList;
84908490
callback attribute attributeList;
84918491
callback attribute featureMap;
8492-
ram attribute clusterRevision default = 2;
8492+
ram attribute clusterRevision default = 3;
84938493

84948494
handle command ChangeToMode;
84958495
handle command ChangeToModeResponse;
@@ -8503,7 +8503,7 @@ endpoint 1 {
85038503
callback attribute eventList;
85048504
callback attribute attributeList;
85058505
callback attribute featureMap;
8506-
ram attribute clusterRevision default = 2;
8506+
ram attribute clusterRevision default = 3;
85078507

85088508
handle command ChangeToMode;
85098509
handle command ChangeToModeResponse;

examples/chef/devices/rootnode_roboticvacuumcleaner_1807ff0c49.matter

+6-6
Original file line numberDiff line numberDiff line change
@@ -1584,7 +1584,7 @@ cluster GroupKeyManagement = 63 {
15841584

15851585
/** Attributes and commands for selecting a mode from a list of supported options. */
15861586
cluster RvcRunMode = 84 {
1587-
revision 2;
1587+
revision 3;
15881588

15891589
enum ModeTag : enum16 {
15901590
kIdle = 16384;
@@ -1604,7 +1604,7 @@ cluster RvcRunMode = 84 {
16041604
}
16051605

16061606
bitmap Feature : bitmap32 {
1607-
kNoFeatures = 0x0;
1607+
kDirectModeChange = 0x10000;
16081608
}
16091609

16101610
struct ModeTagStruct {
@@ -1643,7 +1643,7 @@ cluster RvcRunMode = 84 {
16431643

16441644
/** Attributes and commands for selecting a mode from a list of supported options. */
16451645
cluster RvcCleanMode = 85 {
1646-
revision 2;
1646+
revision 3;
16471647

16481648
enum ModeTag : enum16 {
16491649
kDeepClean = 16384;
@@ -1656,7 +1656,7 @@ cluster RvcCleanMode = 85 {
16561656
}
16571657

16581658
bitmap Feature : bitmap32 {
1659-
kNoFeatures = 0x0;
1659+
kDirectModeChange = 0x10000;
16601660
}
16611661

16621662
struct ModeTagStruct {
@@ -2010,7 +2010,7 @@ endpoint 1 {
20102010
callback attribute eventList;
20112011
callback attribute attributeList;
20122012
callback attribute featureMap;
2013-
ram attribute clusterRevision default = 2;
2013+
ram attribute clusterRevision default = 3;
20142014

20152015
handle command ChangeToMode;
20162016
handle command ChangeToModeResponse;
@@ -2024,7 +2024,7 @@ endpoint 1 {
20242024
callback attribute eventList;
20252025
callback attribute attributeList;
20262026
callback attribute featureMap;
2027-
ram attribute clusterRevision default = 2;
2027+
ram attribute clusterRevision default = 3;
20282028

20292029
handle command ChangeToMode;
20302030
handle command ChangeToModeResponse;

examples/rvc-app/rvc-common/rvc-app.matter

+6-6
Original file line numberDiff line numberDiff line change
@@ -1248,7 +1248,7 @@ cluster GroupKeyManagement = 63 {
12481248

12491249
/** Attributes and commands for selecting a mode from a list of supported options. */
12501250
cluster RvcRunMode = 84 {
1251-
revision 2;
1251+
revision 3;
12521252

12531253
enum ModeTag : enum16 {
12541254
kIdle = 16384;
@@ -1268,7 +1268,7 @@ cluster RvcRunMode = 84 {
12681268
}
12691269

12701270
bitmap Feature : bitmap32 {
1271-
kNoFeatures = 0x0;
1271+
kDirectModeChange = 0x10000;
12721272
}
12731273

12741274
struct ModeTagStruct {
@@ -1307,7 +1307,7 @@ cluster RvcRunMode = 84 {
13071307

13081308
/** Attributes and commands for selecting a mode from a list of supported options. */
13091309
cluster RvcCleanMode = 85 {
1310-
revision 2;
1310+
revision 3;
13111311

13121312
enum ModeTag : enum16 {
13131313
kDeepClean = 16384;
@@ -1320,7 +1320,7 @@ cluster RvcCleanMode = 85 {
13201320
}
13211321

13221322
bitmap Feature : bitmap32 {
1323-
kNoFeatures = 0x0;
1323+
kDirectModeChange = 0x10000;
13241324
}
13251325

13261326
struct ModeTagStruct {
@@ -1735,7 +1735,7 @@ endpoint 1 {
17351735
callback attribute eventList;
17361736
callback attribute attributeList;
17371737
callback attribute featureMap;
1738-
ram attribute clusterRevision default = 2;
1738+
ram attribute clusterRevision default = 3;
17391739

17401740
handle command ChangeToMode;
17411741
handle command ChangeToModeResponse;
@@ -1749,7 +1749,7 @@ endpoint 1 {
17491749
callback attribute eventList;
17501750
callback attribute attributeList;
17511751
callback attribute featureMap;
1752-
ram attribute clusterRevision default = 2;
1752+
ram attribute clusterRevision default = 3;
17531753

17541754
handle command ChangeToMode;
17551755
handle command ChangeToModeResponse;

scripts/tools/zap/tests/outputs/all-clusters-app/app-templates/endpoint_config.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -977,13 +977,13 @@
977977
{ ZAP_EMPTY_DEFAULT(), 0x00000000, 0, ZAP_TYPE(ARRAY), ZAP_ATTRIBUTE_MASK(EXTERNAL_STORAGE) }, /* SupportedModes */ \
978978
{ ZAP_EMPTY_DEFAULT(), 0x00000001, 1, ZAP_TYPE(INT8U), ZAP_ATTRIBUTE_MASK(EXTERNAL_STORAGE) }, /* CurrentMode */ \
979979
{ ZAP_EMPTY_DEFAULT(), 0x0000FFFC, 4, ZAP_TYPE(BITMAP32), ZAP_ATTRIBUTE_MASK(EXTERNAL_STORAGE) }, /* FeatureMap */ \
980-
{ ZAP_SIMPLE_DEFAULT(2), 0x0000FFFD, 2, ZAP_TYPE(INT16U), 0 }, /* ClusterRevision */ \
980+
{ ZAP_SIMPLE_DEFAULT(3), 0x0000FFFD, 2, ZAP_TYPE(INT16U), 0 }, /* ClusterRevision */ \
981981
\
982982
/* Endpoint: 1, Cluster: RVC Clean Mode (server) */ \
983983
{ ZAP_EMPTY_DEFAULT(), 0x00000000, 0, ZAP_TYPE(ARRAY), ZAP_ATTRIBUTE_MASK(EXTERNAL_STORAGE) }, /* SupportedModes */ \
984984
{ ZAP_EMPTY_DEFAULT(), 0x00000001, 1, ZAP_TYPE(INT8U), ZAP_ATTRIBUTE_MASK(EXTERNAL_STORAGE) }, /* CurrentMode */ \
985985
{ ZAP_EMPTY_DEFAULT(), 0x0000FFFC, 4, ZAP_TYPE(BITMAP32), ZAP_ATTRIBUTE_MASK(EXTERNAL_STORAGE) }, /* FeatureMap */ \
986-
{ ZAP_SIMPLE_DEFAULT(2), 0x0000FFFD, 2, ZAP_TYPE(INT16U), 0 }, /* ClusterRevision */ \
986+
{ ZAP_SIMPLE_DEFAULT(3), 0x0000FFFD, 2, ZAP_TYPE(INT16U), 0 }, /* ClusterRevision */ \
987987
\
988988
/* Endpoint: 1, Cluster: Temperature Control (server) */ \
989989
{ ZAP_SIMPLE_DEFAULT(0), 0x00000004, 1, ZAP_TYPE(INT8U), 0 }, /* SelectedTemperatureLevel */ \

src/controller/data_model/controller-clusters.matter

+4-4
Original file line numberDiff line numberDiff line change
@@ -3453,7 +3453,7 @@ cluster LaundryWasherControls = 83 {
34533453

34543454
/** Attributes and commands for selecting a mode from a list of supported options. */
34553455
cluster RvcRunMode = 84 {
3456-
revision 2;
3456+
revision 3;
34573457

34583458
enum ModeTag : enum16 {
34593459
kIdle = 16384;
@@ -3473,7 +3473,7 @@ cluster RvcRunMode = 84 {
34733473
}
34743474

34753475
bitmap Feature : bitmap32 {
3476-
kNoFeatures = 0x0;
3476+
kDirectModeChange = 0x10000;
34773477
}
34783478

34793479
struct ModeTagStruct {
@@ -3512,7 +3512,7 @@ cluster RvcRunMode = 84 {
35123512

35133513
/** Attributes and commands for selecting a mode from a list of supported options. */
35143514
cluster RvcCleanMode = 85 {
3515-
revision 2;
3515+
revision 3;
35163516

35173517
enum ModeTag : enum16 {
35183518
kDeepClean = 16384;
@@ -3525,7 +3525,7 @@ cluster RvcCleanMode = 85 {
35253525
}
35263526

35273527
bitmap Feature : bitmap32 {
3528-
kNoFeatures = 0x0;
3528+
kDirectModeChange = 0x10000;
35293529
}
35303530

35313531
struct ModeTagStruct {

src/controller/python/chip/clusters/Objects.py

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/darwin/Framework/CHIP/zap-generated/MTRBaseClusters.h

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

zzz_generated/app-common/app-common/zap-generated/cluster-enums.h

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)