Skip to content

Commit 94a6f93

Browse files
Thread diagnostics to spec (#30153)
* Rename active network faults: no list suffix in spec * Add invoke privilege to ResetCounts * zap regen * switch data type and set a correct max for leader router id * Zap regen * Mass rename ActiveNetworkFaultsList to ActiveNetworkFaults * undo availability yaml changes * zap regen * minor change to kick CI * Another minor edit, see if restyler becomes happy * Rename back to ActiveNetworkFaultsList * More renames back to List suffix * Fix yaml test naming * restyle * run zap regen to get kotlin updates --------- Co-authored-by: Andrei Litvin <andreilitvin@google.com>
1 parent 71a72ae commit 94a6f93

File tree

73 files changed

+204
-195
lines changed

Some content is hidden

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

73 files changed

+204
-195
lines changed

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

+4-4
Original file line numberDiff line numberDiff line change
@@ -839,9 +839,9 @@ server cluster ThreadNetworkDiagnostics = 53 {
839839
readonly attribute NeighborTableStruct neighborTable[] = 7;
840840
readonly attribute RouteTableStruct routeTable[] = 8;
841841
readonly attribute nullable int32u partitionId = 9;
842-
readonly attribute nullable int8u weighting = 10;
843-
readonly attribute nullable int8u dataVersion = 11;
844-
readonly attribute nullable int8u stableDataVersion = 12;
842+
readonly attribute nullable int16u weighting = 10;
843+
readonly attribute nullable int16u dataVersion = 11;
844+
readonly attribute nullable int16u stableDataVersion = 12;
845845
readonly attribute nullable int8u leaderRouterId = 13;
846846
readonly attribute int16u detachedRoleCount = 14;
847847
readonly attribute int16u childRoleCount = 15;
@@ -899,7 +899,7 @@ server cluster ThreadNetworkDiagnostics = 53 {
899899
readonly attribute bitmap32 featureMap = 65532;
900900
readonly attribute int16u clusterRevision = 65533;
901901

902-
command ResetCounts(): DefaultSuccess = 0;
902+
command access(invoke: manage) ResetCounts(): DefaultSuccess = 0;
903903
}
904904

905905
/** The Wi-Fi 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. */

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -2660,7 +2660,7 @@
26602660
"reportableChange": 0
26612661
},
26622662
{
2663-
"name": "ActiveNetworkFaultsList",
2663+
"name": "ActiveNetworkFaults",
26642664
"code": 62,
26652665
"mfgCode": null,
26662666
"side": "server",

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

+4-4
Original file line numberDiff line numberDiff line change
@@ -1818,9 +1818,9 @@ server cluster ThreadNetworkDiagnostics = 53 {
18181818
readonly attribute NeighborTableStruct neighborTable[] = 7;
18191819
readonly attribute RouteTableStruct routeTable[] = 8;
18201820
readonly attribute nullable int32u partitionId = 9;
1821-
readonly attribute nullable int8u weighting = 10;
1822-
readonly attribute nullable int8u dataVersion = 11;
1823-
readonly attribute nullable int8u stableDataVersion = 12;
1821+
readonly attribute nullable int16u weighting = 10;
1822+
readonly attribute nullable int16u dataVersion = 11;
1823+
readonly attribute nullable int16u stableDataVersion = 12;
18241824
readonly attribute nullable int8u leaderRouterId = 13;
18251825
readonly attribute int16u detachedRoleCount = 14;
18261826
readonly attribute int16u childRoleCount = 15;
@@ -1878,7 +1878,7 @@ server cluster ThreadNetworkDiagnostics = 53 {
18781878
readonly attribute bitmap32 featureMap = 65532;
18791879
readonly attribute int16u clusterRevision = 65533;
18801880

1881-
command ResetCounts(): DefaultSuccess = 0;
1881+
command access(invoke: manage) ResetCounts(): DefaultSuccess = 0;
18821882
}
18831883

18841884
/** The Wi-Fi 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. */

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -4122,7 +4122,7 @@
41224122
"reportableChange": 0
41234123
},
41244124
{
4125-
"name": "ActiveNetworkFaultsList",
4125+
"name": "ActiveNetworkFaults",
41264126
"code": 62,
41274127
"mfgCode": null,
41284128
"side": "server",

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -1630,9 +1630,9 @@ server cluster ThreadNetworkDiagnostics = 53 {
16301630
readonly attribute NeighborTableStruct neighborTable[] = 7;
16311631
readonly attribute RouteTableStruct routeTable[] = 8;
16321632
readonly attribute nullable int32u partitionId = 9;
1633-
readonly attribute nullable int8u weighting = 10;
1634-
readonly attribute nullable int8u dataVersion = 11;
1635-
readonly attribute nullable int8u stableDataVersion = 12;
1633+
readonly attribute nullable int16u weighting = 10;
1634+
readonly attribute nullable int16u dataVersion = 11;
1635+
readonly attribute nullable int16u stableDataVersion = 12;
16361636
readonly attribute nullable int8u leaderRouterId = 13;
16371637
readonly attribute nullable SecurityPolicy securityPolicy = 59;
16381638
readonly attribute nullable octet_string<4> channelPage0Mask = 60;

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -2856,7 +2856,7 @@
28562856
"reportableChange": 0
28572857
},
28582858
{
2859-
"name": "ActiveNetworkFaultsList",
2859+
"name": "ActiveNetworkFaults",
28602860
"code": 62,
28612861
"mfgCode": null,
28622862
"side": "server",

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -1148,9 +1148,9 @@ server cluster ThreadNetworkDiagnostics = 53 {
11481148
readonly attribute NeighborTableStruct neighborTable[] = 7;
11491149
readonly attribute RouteTableStruct routeTable[] = 8;
11501150
readonly attribute nullable int32u partitionId = 9;
1151-
readonly attribute nullable int8u weighting = 10;
1152-
readonly attribute nullable int8u dataVersion = 11;
1153-
readonly attribute nullable int8u stableDataVersion = 12;
1151+
readonly attribute nullable int16u weighting = 10;
1152+
readonly attribute nullable int16u dataVersion = 11;
1153+
readonly attribute nullable int16u stableDataVersion = 12;
11541154
readonly attribute nullable int8u leaderRouterId = 13;
11551155
readonly attribute int16u detachedRoleCount = 14;
11561156
readonly attribute int16u childRoleCount = 15;

examples/bridge-app/bridge-common/bridge-app.zap

+1-1
Original file line numberDiff line numberDiff line change
@@ -3167,7 +3167,7 @@
31673167
"reportableChange": 0
31683168
},
31693169
{
3170-
"name": "ActiveNetworkFaultsList",
3170+
"name": "ActiveNetworkFaults",
31713171
"code": 62,
31723172
"mfgCode": null,
31733173
"side": "server",

examples/chef/devices/noip_rootnode_dimmablelight_bCwGYSDpoe.matter

+4-4
Original file line numberDiff line numberDiff line change
@@ -1022,9 +1022,9 @@ server cluster ThreadNetworkDiagnostics = 53 {
10221022
readonly attribute NeighborTableStruct neighborTable[] = 7;
10231023
readonly attribute RouteTableStruct routeTable[] = 8;
10241024
readonly attribute nullable int32u partitionId = 9;
1025-
readonly attribute nullable int8u weighting = 10;
1026-
readonly attribute nullable int8u dataVersion = 11;
1027-
readonly attribute nullable int8u stableDataVersion = 12;
1025+
readonly attribute nullable int16u weighting = 10;
1026+
readonly attribute nullable int16u dataVersion = 11;
1027+
readonly attribute nullable int16u stableDataVersion = 12;
10281028
readonly attribute nullable int8u leaderRouterId = 13;
10291029
readonly attribute int16u detachedRoleCount = 14;
10301030
readonly attribute int16u childRoleCount = 15;
@@ -1082,7 +1082,7 @@ server cluster ThreadNetworkDiagnostics = 53 {
10821082
readonly attribute bitmap32 featureMap = 65532;
10831083
readonly attribute int16u clusterRevision = 65533;
10841084

1085-
command ResetCounts(): DefaultSuccess = 0;
1085+
command access(invoke: manage) ResetCounts(): DefaultSuccess = 0;
10861086
}
10871087

10881088
/** The Wi-Fi 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. */

examples/chef/devices/noip_rootnode_dimmablelight_bCwGYSDpoe.zap

+1-1
Original file line numberDiff line numberDiff line change
@@ -2632,7 +2632,7 @@
26322632
"reportableChange": 0
26332633
},
26342634
{
2635-
"name": "ActiveNetworkFaultsList",
2635+
"name": "ActiveNetworkFaults",
26362636
"code": 62,
26372637
"mfgCode": null,
26382638
"side": "server",

examples/chef/sample_app_util/test_files/sample_zap_file.zap

+1-1
Original file line numberDiff line numberDiff line change
@@ -2974,7 +2974,7 @@
29742974
"reportableChange": 0
29752975
},
29762976
{
2977-
"name": "ActiveNetworkFaultsList",
2977+
"name": "ActiveNetworkFaults",
29782978
"code": 62,
29792979
"mfgCode": null,
29802980
"side": "server",

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

+4-4
Original file line numberDiff line numberDiff line change
@@ -1006,9 +1006,9 @@ server cluster ThreadNetworkDiagnostics = 53 {
10061006
readonly attribute NeighborTableStruct neighborTable[] = 7;
10071007
readonly attribute RouteTableStruct routeTable[] = 8;
10081008
readonly attribute nullable int32u partitionId = 9;
1009-
readonly attribute nullable int8u weighting = 10;
1010-
readonly attribute nullable int8u dataVersion = 11;
1011-
readonly attribute nullable int8u stableDataVersion = 12;
1009+
readonly attribute nullable int16u weighting = 10;
1010+
readonly attribute nullable int16u dataVersion = 11;
1011+
readonly attribute nullable int16u stableDataVersion = 12;
10121012
readonly attribute nullable int8u leaderRouterId = 13;
10131013
readonly attribute int16u detachedRoleCount = 14;
10141014
readonly attribute int16u childRoleCount = 15;
@@ -1066,7 +1066,7 @@ server cluster ThreadNetworkDiagnostics = 53 {
10661066
readonly attribute bitmap32 featureMap = 65532;
10671067
readonly attribute int16u clusterRevision = 65533;
10681068

1069-
command ResetCounts(): DefaultSuccess = 0;
1069+
command access(invoke: manage) ResetCounts(): DefaultSuccess = 0;
10701070
}
10711071

10721072
/** The Wi-Fi 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. */

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -3016,7 +3016,7 @@
30163016
"reportableChange": 0
30173017
},
30183018
{
3019-
"name": "ActiveNetworkFaultsList",
3019+
"name": "ActiveNetworkFaults",
30203020
"code": 62,
30213021
"mfgCode": null,
30223022
"side": "server",

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

+4-4
Original file line numberDiff line numberDiff line change
@@ -1325,9 +1325,9 @@ server cluster ThreadNetworkDiagnostics = 53 {
13251325
readonly attribute NeighborTableStruct neighborTable[] = 7;
13261326
readonly attribute RouteTableStruct routeTable[] = 8;
13271327
readonly attribute nullable int32u partitionId = 9;
1328-
readonly attribute nullable int8u weighting = 10;
1329-
readonly attribute nullable int8u dataVersion = 11;
1330-
readonly attribute nullable int8u stableDataVersion = 12;
1328+
readonly attribute nullable int16u weighting = 10;
1329+
readonly attribute nullable int16u dataVersion = 11;
1330+
readonly attribute nullable int16u stableDataVersion = 12;
13311331
readonly attribute nullable int8u leaderRouterId = 13;
13321332
readonly attribute int16u detachedRoleCount = 14;
13331333
readonly attribute int16u childRoleCount = 15;
@@ -1385,7 +1385,7 @@ server cluster ThreadNetworkDiagnostics = 53 {
13851385
readonly attribute bitmap32 featureMap = 65532;
13861386
readonly attribute int16u clusterRevision = 65533;
13871387

1388-
command ResetCounts(): DefaultSuccess = 0;
1388+
command access(invoke: manage) ResetCounts(): DefaultSuccess = 0;
13891389
}
13901390

13911391
/** The Wi-Fi 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. */

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -2934,7 +2934,7 @@
29342934
"reportableChange": 0
29352935
},
29362936
{
2937-
"name": "ActiveNetworkFaultsList",
2937+
"name": "ActiveNetworkFaults",
29382938
"code": 62,
29392939
"mfgCode": null,
29402940
"side": "server",

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -1178,9 +1178,9 @@ server cluster ThreadNetworkDiagnostics = 53 {
11781178
readonly attribute NeighborTableStruct neighborTable[] = 7;
11791179
readonly attribute RouteTableStruct routeTable[] = 8;
11801180
readonly attribute nullable int32u partitionId = 9;
1181-
readonly attribute nullable int8u weighting = 10;
1182-
readonly attribute nullable int8u dataVersion = 11;
1183-
readonly attribute nullable int8u stableDataVersion = 12;
1181+
readonly attribute nullable int16u weighting = 10;
1182+
readonly attribute nullable int16u dataVersion = 11;
1183+
readonly attribute nullable int16u stableDataVersion = 12;
11841184
readonly attribute nullable int8u leaderRouterId = 13;
11851185
readonly attribute int16u detachedRoleCount = 14;
11861186
readonly attribute int16u childRoleCount = 15;

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -2887,7 +2887,7 @@
28872887
"reportableChange": 0
28882888
},
28892889
{
2890-
"name": "ActiveNetworkFaultsList",
2890+
"name": "ActiveNetworkFaults",
28912891
"code": 62,
28922892
"mfgCode": null,
28932893
"side": "server",

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

+4-4
Original file line numberDiff line numberDiff line change
@@ -1329,9 +1329,9 @@ server cluster ThreadNetworkDiagnostics = 53 {
13291329
readonly attribute NeighborTableStruct neighborTable[] = 7;
13301330
readonly attribute RouteTableStruct routeTable[] = 8;
13311331
readonly attribute nullable int32u partitionId = 9;
1332-
readonly attribute nullable int8u weighting = 10;
1333-
readonly attribute nullable int8u dataVersion = 11;
1334-
readonly attribute nullable int8u stableDataVersion = 12;
1332+
readonly attribute nullable int16u weighting = 10;
1333+
readonly attribute nullable int16u dataVersion = 11;
1334+
readonly attribute nullable int16u stableDataVersion = 12;
13351335
readonly attribute nullable int8u leaderRouterId = 13;
13361336
readonly attribute int16u detachedRoleCount = 14;
13371337
readonly attribute int16u childRoleCount = 15;
@@ -1389,7 +1389,7 @@ server cluster ThreadNetworkDiagnostics = 53 {
13891389
readonly attribute bitmap32 featureMap = 65532;
13901390
readonly attribute int16u clusterRevision = 65533;
13911391

1392-
command ResetCounts(): DefaultSuccess = 0;
1392+
command access(invoke: manage) ResetCounts(): DefaultSuccess = 0;
13931393
}
13941394

13951395
/** The Wi-Fi 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. */

examples/lighting-app/lighting-common/lighting-app.zap

+1-1
Original file line numberDiff line numberDiff line change
@@ -2897,7 +2897,7 @@
28972897
"reportableChange": 0
28982898
},
28992899
{
2900-
"name": "ActiveNetworkFaultsList",
2900+
"name": "ActiveNetworkFaults",
29012901
"code": 62,
29022902
"mfgCode": null,
29032903
"side": "server",

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

+4-4
Original file line numberDiff line numberDiff line change
@@ -1059,9 +1059,9 @@ server cluster ThreadNetworkDiagnostics = 53 {
10591059
readonly attribute NeighborTableStruct neighborTable[] = 7;
10601060
readonly attribute RouteTableStruct routeTable[] = 8;
10611061
readonly attribute nullable int32u partitionId = 9;
1062-
readonly attribute nullable int8u weighting = 10;
1063-
readonly attribute nullable int8u dataVersion = 11;
1064-
readonly attribute nullable int8u stableDataVersion = 12;
1062+
readonly attribute nullable int16u weighting = 10;
1063+
readonly attribute nullable int16u dataVersion = 11;
1064+
readonly attribute nullable int16u stableDataVersion = 12;
10651065
readonly attribute nullable int8u leaderRouterId = 13;
10661066
readonly attribute int16u detachedRoleCount = 14;
10671067
readonly attribute int16u childRoleCount = 15;
@@ -1116,7 +1116,7 @@ server cluster ThreadNetworkDiagnostics = 53 {
11161116
readonly attribute bitmap32 featureMap = 65532;
11171117
readonly attribute int16u clusterRevision = 65533;
11181118

1119-
command ResetCounts(): DefaultSuccess = 0;
1119+
command access(invoke: manage) ResetCounts(): DefaultSuccess = 0;
11201120
}
11211121

11221122
/** Commands to trigger a Node to allow a new Administrator to commission it. */

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -2396,7 +2396,7 @@
23962396
"reportableChange": 0
23972397
},
23982398
{
2399-
"name": "ActiveNetworkFaultsList",
2399+
"name": "ActiveNetworkFaults",
24002400
"code": 62,
24012401
"mfgCode": null,
24022402
"side": "server",

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

+4-4
Original file line numberDiff line numberDiff line change
@@ -1115,9 +1115,9 @@ server cluster ThreadNetworkDiagnostics = 53 {
11151115
readonly attribute NeighborTableStruct neighborTable[] = 7;
11161116
readonly attribute RouteTableStruct routeTable[] = 8;
11171117
readonly attribute nullable int32u partitionId = 9;
1118-
readonly attribute nullable int8u weighting = 10;
1119-
readonly attribute nullable int8u dataVersion = 11;
1120-
readonly attribute nullable int8u stableDataVersion = 12;
1118+
readonly attribute nullable int16u weighting = 10;
1119+
readonly attribute nullable int16u dataVersion = 11;
1120+
readonly attribute nullable int16u stableDataVersion = 12;
11211121
readonly attribute nullable int8u leaderRouterId = 13;
11221122
readonly attribute int16u detachedRoleCount = 14;
11231123
readonly attribute int16u childRoleCount = 15;
@@ -1172,7 +1172,7 @@ server cluster ThreadNetworkDiagnostics = 53 {
11721172
readonly attribute bitmap32 featureMap = 65532;
11731173
readonly attribute int16u clusterRevision = 65533;
11741174

1175-
command ResetCounts(): DefaultSuccess = 0;
1175+
command access(invoke: manage) ResetCounts(): DefaultSuccess = 0;
11761176
}
11771177

11781178
/** Commands to trigger a Node to allow a new Administrator to commission it. */

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -3101,7 +3101,7 @@
31013101
"reportableChange": 0
31023102
},
31033103
{
3104-
"name": "ActiveNetworkFaultsList",
3104+
"name": "ActiveNetworkFaults",
31053105
"code": 62,
31063106
"mfgCode": null,
31073107
"side": "server",

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

+4-4
Original file line numberDiff line numberDiff line change
@@ -1586,9 +1586,9 @@ server cluster ThreadNetworkDiagnostics = 53 {
15861586
readonly attribute NeighborTableStruct neighborTable[] = 7;
15871587
readonly attribute RouteTableStruct routeTable[] = 8;
15881588
readonly attribute nullable int32u partitionId = 9;
1589-
readonly attribute nullable int8u weighting = 10;
1590-
readonly attribute nullable int8u dataVersion = 11;
1591-
readonly attribute nullable int8u stableDataVersion = 12;
1589+
readonly attribute nullable int16u weighting = 10;
1590+
readonly attribute nullable int16u dataVersion = 11;
1591+
readonly attribute nullable int16u stableDataVersion = 12;
15921592
readonly attribute nullable int8u leaderRouterId = 13;
15931593
readonly attribute int16u detachedRoleCount = 14;
15941594
readonly attribute int16u childRoleCount = 15;
@@ -1646,7 +1646,7 @@ server cluster ThreadNetworkDiagnostics = 53 {
16461646
readonly attribute bitmap32 featureMap = 65532;
16471647
readonly attribute int16u clusterRevision = 65533;
16481648

1649-
command ResetCounts(): DefaultSuccess = 0;
1649+
command access(invoke: manage) ResetCounts(): DefaultSuccess = 0;
16501650
}
16511651

16521652
/** Commands to trigger a Node to allow a new Administrator to commission it. */

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -2839,7 +2839,7 @@
28392839
"reportableChange": 0
28402840
},
28412841
{
2842-
"name": "ActiveNetworkFaultsList",
2842+
"name": "ActiveNetworkFaults",
28432843
"code": 62,
28442844
"mfgCode": null,
28452845
"side": "server",

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

+4-4
Original file line numberDiff line numberDiff line change
@@ -1244,9 +1244,9 @@ server cluster ThreadNetworkDiagnostics = 53 {
12441244
readonly attribute NeighborTableStruct neighborTable[] = 7;
12451245
readonly attribute RouteTableStruct routeTable[] = 8;
12461246
readonly attribute nullable int32u partitionId = 9;
1247-
readonly attribute nullable int8u weighting = 10;
1248-
readonly attribute nullable int8u dataVersion = 11;
1249-
readonly attribute nullable int8u stableDataVersion = 12;
1247+
readonly attribute nullable int16u weighting = 10;
1248+
readonly attribute nullable int16u dataVersion = 11;
1249+
readonly attribute nullable int16u stableDataVersion = 12;
12501250
readonly attribute nullable int8u leaderRouterId = 13;
12511251
readonly attribute int16u detachedRoleCount = 14;
12521252
readonly attribute int16u childRoleCount = 15;
@@ -1304,7 +1304,7 @@ server cluster ThreadNetworkDiagnostics = 53 {
13041304
readonly attribute bitmap32 featureMap = 65532;
13051305
readonly attribute int16u clusterRevision = 65533;
13061306

1307-
command ResetCounts(): DefaultSuccess = 0;
1307+
command access(invoke: manage) ResetCounts(): DefaultSuccess = 0;
13081308
}
13091309

13101310
/** The Wi-Fi 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. */

examples/lock-app/lock-common/lock-app.zap

+1-1
Original file line numberDiff line numberDiff line change
@@ -3702,7 +3702,7 @@
37023702
"reportableChange": 0
37033703
},
37043704
{
3705-
"name": "ActiveNetworkFaultsList",
3705+
"name": "ActiveNetworkFaults",
37063706
"code": 62,
37073707
"mfgCode": null,
37083708
"side": "server",

0 commit comments

Comments
 (0)