Skip to content

Commit 58633dc

Browse files
Regen all
1 parent e9a1caf commit 58633dc

File tree

36 files changed

+68
-68
lines changed

36 files changed

+68
-68
lines changed

examples/air-quality-sensor-app/air-quality-sensor-common/air-quality-sensor-app.matter

+2-2
Original file line numberDiff line numberDiff line change
@@ -829,7 +829,7 @@ cluster SoftwareDiagnostics = 52 {
829829

830830
/** The Thread Network Diagnostics Cluster provides a means to acquire standardized diagnostics metrics that MAY be used by a Node to assist a user or Administrative Node in diagnosing potential problems */
831831
cluster ThreadNetworkDiagnostics = 53 {
832-
revision 1; // NOTE: Default/not specifically set
832+
revision 2;
833833

834834
enum ConnectionStatusEnum : enum8 {
835835
kConnected = 0;
@@ -2203,7 +2203,7 @@ endpoint 0 {
22032203
callback attribute operationalDatasetComponents;
22042204
callback attribute activeNetworkFaultsList;
22052205
ram attribute featureMap default = 0x000F;
2206-
ram attribute clusterRevision default = 1;
2206+
ram attribute clusterRevision default = 2;
22072207

22082208
handle command ResetCounts;
22092209
}

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -1814,7 +1814,7 @@ cluster SoftwareDiagnostics = 52 {
18141814

18151815
/** The Thread Network Diagnostics Cluster provides a means to acquire standardized diagnostics metrics that MAY be used by a Node to assist a user or Administrative Node in diagnosing potential problems */
18161816
cluster ThreadNetworkDiagnostics = 53 {
1817-
revision 1; // NOTE: Default/not specifically set
1817+
revision 2;
18181818

18191819
enum ConnectionStatusEnum : enum8 {
18201820
kConnected = 0;
@@ -7538,7 +7538,7 @@ endpoint 0 {
75387538
callback attribute operationalDatasetComponents;
75397539
callback attribute activeNetworkFaultsList;
75407540
ram attribute featureMap default = 0x000F;
7541-
ram attribute clusterRevision default = 1;
7541+
ram attribute clusterRevision default = 2;
75427542

75437543
handle command ResetCounts;
75447544
}

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -1694,7 +1694,7 @@ cluster SoftwareDiagnostics = 52 {
16941694

16951695
/** The Thread Network Diagnostics Cluster provides a means to acquire standardized diagnostics metrics that MAY be used by a Node to assist a user or Administrative Node in diagnosing potential problems */
16961696
cluster ThreadNetworkDiagnostics = 53 {
1697-
revision 1; // NOTE: Default/not specifically set
1697+
revision 2;
16981698

16991699
enum ConnectionStatusEnum : enum8 {
17001700
kConnected = 0;
@@ -6120,7 +6120,7 @@ endpoint 0 {
61206120
callback attribute operationalDatasetComponents;
61216121
callback attribute activeNetworkFaultsList;
61226122
ram attribute featureMap default = 0;
6123-
ram attribute clusterRevision default = 1;
6123+
ram attribute clusterRevision default = 2;
61246124
}
61256125

61266126
server cluster WiFiNetworkDiagnostics {

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -1279,7 +1279,7 @@ cluster SoftwareDiagnostics = 52 {
12791279

12801280
/** The Thread Network Diagnostics Cluster provides a means to acquire standardized diagnostics metrics that MAY be used by a Node to assist a user or Administrative Node in diagnosing potential problems */
12811281
cluster ThreadNetworkDiagnostics = 53 {
1282-
revision 1; // NOTE: Default/not specifically set
1282+
revision 2;
12831283

12841284
enum ConnectionStatusEnum : enum8 {
12851285
kConnected = 0;
@@ -2148,7 +2148,7 @@ endpoint 0 {
21482148
callback attribute operationalDatasetComponents;
21492149
callback attribute activeNetworkFaultsList;
21502150
ram attribute featureMap default = 15;
2151-
ram attribute clusterRevision default = 1;
2151+
ram attribute clusterRevision default = 2;
21522152
}
21532153

21542154
server cluster WiFiNetworkDiagnostics {

examples/chef/devices/noip_rootnode_dimmablelight_bCwGYSDpoe.matter

+1-1
Original file line numberDiff line numberDiff line change
@@ -1052,7 +1052,7 @@ cluster SoftwareDiagnostics = 52 {
10521052

10531053
/** The Thread Network Diagnostics Cluster provides a means to acquire standardized diagnostics metrics that MAY be used by a Node to assist a user or Administrative Node in diagnosing potential problems */
10541054
cluster ThreadNetworkDiagnostics = 53 {
1055-
revision 1; // NOTE: Default/not specifically set
1055+
revision 2;
10561056

10571057
enum ConnectionStatusEnum : enum8 {
10581058
kConnected = 0;

examples/contact-sensor-app/contact-sensor-common/contact-sensor-app.matter

+2-2
Original file line numberDiff line numberDiff line change
@@ -1014,7 +1014,7 @@ cluster SoftwareDiagnostics = 52 {
10141014

10151015
/** The Thread Network Diagnostics Cluster provides a means to acquire standardized diagnostics metrics that MAY be used by a Node to assist a user or Administrative Node in diagnosing potential problems */
10161016
cluster ThreadNetworkDiagnostics = 53 {
1017-
revision 1; // NOTE: Default/not specifically set
1017+
revision 2;
10181018

10191019
enum ConnectionStatusEnum : enum8 {
10201020
kConnected = 0;
@@ -1890,7 +1890,7 @@ endpoint 0 {
18901890
callback attribute operationalDatasetComponents;
18911891
callback attribute activeNetworkFaultsList;
18921892
ram attribute featureMap default = 0x000F;
1893-
ram attribute clusterRevision default = 1;
1893+
ram attribute clusterRevision default = 2;
18941894

18951895
handle command ResetCounts;
18961896
}

examples/contact-sensor-app/nxp/zap-lit/contact-sensor-app.matter

+1-1
Original file line numberDiff line numberDiff line change
@@ -829,7 +829,7 @@ cluster SoftwareDiagnostics = 52 {
829829

830830
/** The Thread Network Diagnostics Cluster provides a means to acquire standardized diagnostics metrics that MAY be used by a Node to assist a user or Administrative Node in diagnosing potential problems */
831831
cluster ThreadNetworkDiagnostics = 53 {
832-
revision 1; // NOTE: Default/not specifically set
832+
revision 2;
833833

834834
enum ConnectionStatusEnum : enum8 {
835835
kConnected = 0;

examples/contact-sensor-app/nxp/zap-sit/contact-sensor-app.matter

+1-1
Original file line numberDiff line numberDiff line change
@@ -829,7 +829,7 @@ cluster SoftwareDiagnostics = 52 {
829829

830830
/** The Thread Network Diagnostics Cluster provides a means to acquire standardized diagnostics metrics that MAY be used by a Node to assist a user or Administrative Node in diagnosing potential problems */
831831
cluster ThreadNetworkDiagnostics = 53 {
832-
revision 1; // NOTE: Default/not specifically set
832+
revision 2;
833833

834834
enum ConnectionStatusEnum : enum8 {
835835
kConnected = 0;

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -1157,7 +1157,7 @@ cluster SoftwareDiagnostics = 52 {
11571157

11581158
/** The Thread Network Diagnostics Cluster provides a means to acquire standardized diagnostics metrics that MAY be used by a Node to assist a user or Administrative Node in diagnosing potential problems */
11591159
cluster ThreadNetworkDiagnostics = 53 {
1160-
revision 1; // NOTE: Default/not specifically set
1160+
revision 2;
11611161

11621162
enum ConnectionStatusEnum : enum8 {
11631163
kConnected = 0;
@@ -2725,7 +2725,7 @@ endpoint 0 {
27252725
callback attribute operationalDatasetComponents;
27262726
callback attribute activeNetworkFaultsList;
27272727
ram attribute featureMap default = 0x000F;
2728-
ram attribute clusterRevision default = 1;
2728+
ram attribute clusterRevision default = 2;
27292729

27302730
handle command ResetCounts;
27312731
}

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -1221,7 +1221,7 @@ cluster SoftwareDiagnostics = 52 {
12211221

12221222
/** The Thread Network Diagnostics Cluster provides a means to acquire standardized diagnostics metrics that MAY be used by a Node to assist a user or Administrative Node in diagnosing potential problems */
12231223
cluster ThreadNetworkDiagnostics = 53 {
1224-
revision 1; // NOTE: Default/not specifically set
1224+
revision 2;
12251225

12261226
enum ConnectionStatusEnum : enum8 {
12271227
kConnected = 0;
@@ -2537,7 +2537,7 @@ endpoint 0 {
25372537
callback attribute eventList;
25382538
callback attribute attributeList;
25392539
ram attribute featureMap default = 0x000F;
2540-
ram attribute clusterRevision default = 1;
2540+
ram attribute clusterRevision default = 2;
25412541

25422542
handle command ResetCounts;
25432543
}

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -1211,7 +1211,7 @@ cluster SoftwareDiagnostics = 52 {
12111211

12121212
/** The Thread Network Diagnostics Cluster provides a means to acquire standardized diagnostics metrics that MAY be used by a Node to assist a user or Administrative Node in diagnosing potential problems */
12131213
cluster ThreadNetworkDiagnostics = 53 {
1214-
revision 1; // NOTE: Default/not specifically set
1214+
revision 2;
12151215

12161216
enum ConnectionStatusEnum : enum8 {
12171217
kConnected = 0;
@@ -2216,7 +2216,7 @@ endpoint 0 {
22162216
callback attribute operationalDatasetComponents;
22172217
callback attribute activeNetworkFaultsList;
22182218
ram attribute featureMap default = 0x000F;
2219-
ram attribute clusterRevision default = 1;
2219+
ram attribute clusterRevision default = 2;
22202220
}
22212221

22222222
server cluster AdministratorCommissioning {

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -1211,7 +1211,7 @@ cluster SoftwareDiagnostics = 52 {
12111211

12121212
/** The Thread Network Diagnostics Cluster provides a means to acquire standardized diagnostics metrics that MAY be used by a Node to assist a user or Administrative Node in diagnosing potential problems */
12131213
cluster ThreadNetworkDiagnostics = 53 {
1214-
revision 1; // NOTE: Default/not specifically set
1214+
revision 2;
12151215

12161216
enum ConnectionStatusEnum : enum8 {
12171217
kConnected = 0;
@@ -2580,7 +2580,7 @@ endpoint 0 {
25802580
callback attribute operationalDatasetComponents;
25812581
callback attribute activeNetworkFaultsList;
25822582
ram attribute featureMap default = 0x000F;
2583-
ram attribute clusterRevision default = 1;
2583+
ram attribute clusterRevision default = 2;
25842584

25852585
handle command ResetCounts;
25862586
}

examples/lighting-app/nxp/zap/lighting-on-off.matter

+2-2
Original file line numberDiff line numberDiff line change
@@ -1103,7 +1103,7 @@ cluster SoftwareDiagnostics = 52 {
11031103

11041104
/** The Thread Network Diagnostics Cluster provides a means to acquire standardized diagnostics metrics that MAY be used by a Node to assist a user or Administrative Node in diagnosing potential problems */
11051105
cluster ThreadNetworkDiagnostics = 53 {
1106-
revision 1; // NOTE: Default/not specifically set
1106+
revision 2;
11071107

11081108
enum ConnectionStatusEnum : enum8 {
11091109
kConnected = 0;
@@ -1709,7 +1709,7 @@ endpoint 0 {
17091709
callback attribute operationalDatasetComponents;
17101710
callback attribute activeNetworkFaultsList;
17111711
ram attribute featureMap default = 0x000F;
1712-
ram attribute clusterRevision default = 1;
1712+
ram attribute clusterRevision default = 2;
17131713

17141714
handle command ResetCounts;
17151715
}

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -1150,7 +1150,7 @@ cluster SoftwareDiagnostics = 52 {
11501150

11511151
/** The Thread Network Diagnostics Cluster provides a means to acquire standardized diagnostics metrics that MAY be used by a Node to assist a user or Administrative Node in diagnosing potential problems */
11521152
cluster ThreadNetworkDiagnostics = 53 {
1153-
revision 1; // NOTE: Default/not specifically set
1153+
revision 2;
11541154

11551155
enum ConnectionStatusEnum : enum8 {
11561156
kConnected = 0;
@@ -2165,7 +2165,7 @@ endpoint 0 {
21652165
callback attribute acceptedCommandList;
21662166
callback attribute attributeList;
21672167
ram attribute featureMap default = 0x000F;
2168-
ram attribute clusterRevision default = 1;
2168+
ram attribute clusterRevision default = 2;
21692169

21702170
handle command ResetCounts;
21712171
}

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -1470,7 +1470,7 @@ cluster SoftwareDiagnostics = 52 {
14701470

14711471
/** The Thread Network Diagnostics Cluster provides a means to acquire standardized diagnostics metrics that MAY be used by a Node to assist a user or Administrative Node in diagnosing potential problems */
14721472
cluster ThreadNetworkDiagnostics = 53 {
1473-
revision 1; // NOTE: Default/not specifically set
1473+
revision 2;
14741474

14751475
enum ConnectionStatusEnum : enum8 {
14761476
kConnected = 0;
@@ -2618,7 +2618,7 @@ endpoint 0 {
26182618
callback attribute operationalDatasetComponents;
26192619
callback attribute activeNetworkFaultsList;
26202620
ram attribute featureMap default = 0x000F;
2621-
ram attribute clusterRevision default = 1;
2621+
ram attribute clusterRevision default = 2;
26222622

26232623
handle command ResetCounts;
26242624
}

examples/lit-icd-app/lit-icd-common/lit-icd-server-app.matter

+2-2
Original file line numberDiff line numberDiff line change
@@ -818,7 +818,7 @@ cluster GeneralDiagnostics = 51 {
818818

819819
/** The Thread Network Diagnostics Cluster provides a means to acquire standardized diagnostics metrics that MAY be used by a Node to assist a user or Administrative Node in diagnosing potential problems */
820820
cluster ThreadNetworkDiagnostics = 53 {
821-
revision 1; // NOTE: Default/not specifically set
821+
revision 2;
822822

823823
enum ConnectionStatusEnum : enum8 {
824824
kConnected = 0;
@@ -1655,7 +1655,7 @@ endpoint 0 {
16551655
callback attribute operationalDatasetComponents;
16561656
callback attribute activeNetworkFaultsList;
16571657
ram attribute featureMap default = 0;
1658-
ram attribute clusterRevision default = 1;
1658+
ram attribute clusterRevision default = 2;
16591659
}
16601660

16611661
server cluster WiFiNetworkDiagnostics {

examples/lock-app/lock-common/lock-app.matter

+2-2
Original file line numberDiff line numberDiff line change
@@ -1178,7 +1178,7 @@ cluster SoftwareDiagnostics = 52 {
11781178

11791179
/** The Thread Network Diagnostics Cluster provides a means to acquire standardized diagnostics metrics that MAY be used by a Node to assist a user or Administrative Node in diagnosing potential problems */
11801180
cluster ThreadNetworkDiagnostics = 53 {
1181-
revision 1; // NOTE: Default/not specifically set
1181+
revision 2;
11821182

11831183
enum ConnectionStatusEnum : enum8 {
11841184
kConnected = 0;
@@ -2767,7 +2767,7 @@ endpoint 0 {
27672767
callback attribute operationalDatasetComponents;
27682768
callback attribute activeNetworkFaultsList;
27692769
ram attribute featureMap default = 0x000F;
2770-
ram attribute clusterRevision default = 1;
2770+
ram attribute clusterRevision default = 2;
27712771

27722772
handle command ResetCounts;
27732773
}

examples/lock-app/nxp/zap/lock-app.matter

+2-2
Original file line numberDiff line numberDiff line change
@@ -675,7 +675,7 @@ cluster SoftwareDiagnostics = 52 {
675675

676676
/** The Thread Network Diagnostics Cluster provides a means to acquire standardized diagnostics metrics that MAY be used by a Node to assist a user or Administrative Node in diagnosing potential problems */
677677
cluster ThreadNetworkDiagnostics = 53 {
678-
revision 1; // NOTE: Default/not specifically set
678+
revision 2;
679679

680680
enum ConnectionStatusEnum : enum8 {
681681
kConnected = 0;
@@ -1917,7 +1917,7 @@ endpoint 0 {
19171917
callback attribute operationalDatasetComponents;
19181918
callback attribute activeNetworkFaultsList;
19191919
ram attribute featureMap default = 0x000F;
1920-
ram attribute clusterRevision default = 1;
1920+
ram attribute clusterRevision default = 2;
19211921

19221922
handle command ResetCounts;
19231923
}

examples/lock-app/qpg/zap/lock.matter

+2-2
Original file line numberDiff line numberDiff line change
@@ -953,7 +953,7 @@ cluster SoftwareDiagnostics = 52 {
953953

954954
/** The Thread Network Diagnostics Cluster provides a means to acquire standardized diagnostics metrics that MAY be used by a Node to assist a user or Administrative Node in diagnosing potential problems */
955955
cluster ThreadNetworkDiagnostics = 53 {
956-
revision 1; // NOTE: Default/not specifically set
956+
revision 2;
957957

958958
enum ConnectionStatusEnum : enum8 {
959959
kConnected = 0;
@@ -2388,7 +2388,7 @@ endpoint 0 {
23882388
callback attribute acceptedCommandList;
23892389
callback attribute attributeList;
23902390
ram attribute featureMap default = 0x000F;
2391-
ram attribute clusterRevision default = 1;
2391+
ram attribute clusterRevision default = 2;
23922392

23932393
handle command ResetCounts;
23942394
}

examples/network-manager-app/network-manager-common/network-manager-app.matter

+2-2
Original file line numberDiff line numberDiff line change
@@ -638,7 +638,7 @@ cluster GeneralDiagnostics = 51 {
638638

639639
/** The Thread Network Diagnostics Cluster provides a means to acquire standardized diagnostics metrics that MAY be used by a Node to assist a user or Administrative Node in diagnosing potential problems */
640640
cluster ThreadNetworkDiagnostics = 53 {
641-
revision 1; // NOTE: Default/not specifically set
641+
revision 2;
642642

643643
enum ConnectionStatusEnum : enum8 {
644644
kConnected = 0;
@@ -1331,7 +1331,7 @@ endpoint 0 {
13311331
callback attribute eventList;
13321332
callback attribute attributeList;
13331333
ram attribute featureMap default = 0;
1334-
ram attribute clusterRevision default = 1;
1334+
ram attribute clusterRevision default = 2;
13351335
}
13361336

13371337
server cluster WiFiNetworkDiagnostics {

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -1831,7 +1831,7 @@ cluster SoftwareDiagnostics = 52 {
18311831

18321832
/** The Thread Network Diagnostics Cluster provides a means to acquire standardized diagnostics metrics that MAY be used by a Node to assist a user or Administrative Node in diagnosing potential problems */
18331833
cluster ThreadNetworkDiagnostics = 53 {
1834-
revision 1; // NOTE: Default/not specifically set
1834+
revision 2;
18351835

18361836
enum ConnectionStatusEnum : enum8 {
18371837
kConnected = 0;
@@ -1997,7 +1997,7 @@ cluster ThreadNetworkDiagnostics = 53 {
19971997

19981998
/** The Thread Network Diagnostics Cluster provides a means to acquire standardized diagnostics metrics that MAY be used by a Node to assist a user or Administrative Node in diagnosing potential problems */
19991999
cluster ThreadNetworkDiagnostics = 53 {
2000-
revision 1; // NOTE: Default/not specifically set
2000+
revision 2;
20012001

20022002
enum ConnectionStatusEnum : enum8 {
20032003
kConnected = 0;
@@ -8461,7 +8461,7 @@ endpoint 0 {
84618461
callback attribute channelPage0Mask;
84628462
callback attribute operationalDatasetComponents;
84638463
callback attribute activeNetworkFaultsList;
8464-
ram attribute clusterRevision default = 1;
8464+
ram attribute clusterRevision default = 2;
84658465

84668466
handle command ResetCounts;
84678467
}

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -1788,7 +1788,7 @@ cluster SoftwareDiagnostics = 52 {
17881788

17891789
/** The Thread Network Diagnostics Cluster provides a means to acquire standardized diagnostics metrics that MAY be used by a Node to assist a user or Administrative Node in diagnosing potential problems */
17901790
cluster ThreadNetworkDiagnostics = 53 {
1791-
revision 1; // NOTE: Default/not specifically set
1791+
revision 2;
17921792

17931793
enum ConnectionStatusEnum : enum8 {
17941794
kConnected = 0;
@@ -1954,7 +1954,7 @@ cluster ThreadNetworkDiagnostics = 53 {
19541954

19551955
/** The Thread Network Diagnostics Cluster provides a means to acquire standardized diagnostics metrics that MAY be used by a Node to assist a user or Administrative Node in diagnosing potential problems */
19561956
cluster ThreadNetworkDiagnostics = 53 {
1957-
revision 1; // NOTE: Default/not specifically set
1957+
revision 2;
19581958

19591959
enum ConnectionStatusEnum : enum8 {
19601960
kConnected = 0;
@@ -8419,7 +8419,7 @@ endpoint 0 {
84198419
callback attribute channelPage0Mask;
84208420
callback attribute operationalDatasetComponents;
84218421
callback attribute activeNetworkFaultsList;
8422-
ram attribute clusterRevision default = 1;
8422+
ram attribute clusterRevision default = 2;
84238423

84248424
handle command ResetCounts;
84258425
}

0 commit comments

Comments
 (0)