Skip to content

Commit

Permalink
Add missing cluster codes to bitmaps in ethernet-network-diagnostics-…
Browse files Browse the repository at this point in the history
…cluster.xml and wifi-network-diagnostics-cluster.xml (#24668)

* Add missing cluster codes to bitmaps in ethernet-network-diagnostics-cluster.xml and wifi-network-diagnostics-cluster.xml

* Update generated code
  • Loading branch information
vivien-apple authored and pull[bot] committed Sep 14, 2023
1 parent 503c864 commit 1054200
Show file tree
Hide file tree
Showing 22 changed files with 214 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1476,6 +1476,11 @@ server cluster WiFiNetworkDiagnostics = 54 {
kAx = 5;
}

bitmap WiFiNetworkDiagnosticsFeature : BITMAP32 {
kPacketCounts = 0x1;
kErrorCounts = 0x2;
}

info event Disconnection = 0 {
INT16U reasonCode = 0;
}
Expand Down Expand Up @@ -1522,6 +1527,11 @@ server cluster EthernetNetworkDiagnostics = 55 {
kRate400G = 9;
}

bitmap EthernetNetworkDiagnosticsFeature : BITMAP32 {
kPacketCounts = 0x1;
kErrorCounts = 0x2;
}

readonly attribute nullable PHYRateEnum PHYRate = 0;
readonly attribute nullable boolean fullDuplex = 1;
readonly attribute int64u packetRxCount = 2;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1299,6 +1299,11 @@ server cluster WiFiNetworkDiagnostics = 54 {
kAx = 5;
}

bitmap WiFiNetworkDiagnosticsFeature : BITMAP32 {
kPacketCounts = 0x1;
kErrorCounts = 0x2;
}

info event Disconnection = 0 {
INT16U reasonCode = 0;
}
Expand Down Expand Up @@ -1335,6 +1340,11 @@ server cluster EthernetNetworkDiagnostics = 55 {
kRate400G = 9;
}

bitmap EthernetNetworkDiagnosticsFeature : BITMAP32 {
kPacketCounts = 0x1;
kErrorCounts = 0x2;
}

readonly attribute nullable PHYRateEnum PHYRate = 0;
readonly attribute nullable boolean fullDuplex = 1;
readonly attribute int64u packetRxCount = 2;
Expand Down
10 changes: 10 additions & 0 deletions examples/bridge-app/bridge-common/bridge-app.matter
Original file line number Diff line number Diff line change
Expand Up @@ -1103,6 +1103,11 @@ server cluster WiFiNetworkDiagnostics = 54 {
kAx = 5;
}

bitmap WiFiNetworkDiagnosticsFeature : BITMAP32 {
kPacketCounts = 0x1;
kErrorCounts = 0x2;
}

info event Disconnection = 0 {
INT16U reasonCode = 0;
}
Expand Down Expand Up @@ -1147,6 +1152,11 @@ server cluster EthernetNetworkDiagnostics = 55 {
kRate400G = 9;
}

bitmap EthernetNetworkDiagnosticsFeature : BITMAP32 {
kPacketCounts = 0x1;
kErrorCounts = 0x2;
}

readonly attribute nullable PHYRateEnum PHYRate = 0;
readonly attribute nullable boolean fullDuplex = 1;
readonly attribute int64u packetRxCount = 2;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -959,6 +959,11 @@ server cluster WiFiNetworkDiagnostics = 54 {
kAx = 5;
}

bitmap WiFiNetworkDiagnosticsFeature : BITMAP32 {
kPacketCounts = 0x1;
kErrorCounts = 0x2;
}

info event Disconnection = 0 {
INT16U reasonCode = 0;
}
Expand Down Expand Up @@ -1005,6 +1010,11 @@ server cluster EthernetNetworkDiagnostics = 55 {
kRate400G = 9;
}

bitmap EthernetNetworkDiagnosticsFeature : BITMAP32 {
kPacketCounts = 0x1;
kErrorCounts = 0x2;
}

readonly attribute nullable PHYRateEnum PHYRate = 0;
readonly attribute nullable boolean fullDuplex = 1;
readonly attribute int64u packetRxCount = 2;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -951,6 +951,11 @@ server cluster WiFiNetworkDiagnostics = 54 {
kAx = 5;
}

bitmap WiFiNetworkDiagnosticsFeature : BITMAP32 {
kPacketCounts = 0x1;
kErrorCounts = 0x2;
}

info event Disconnection = 0 {
INT16U reasonCode = 0;
}
Expand Down Expand Up @@ -997,6 +1002,11 @@ server cluster EthernetNetworkDiagnostics = 55 {
kRate400G = 9;
}

bitmap EthernetNetworkDiagnosticsFeature : BITMAP32 {
kPacketCounts = 0x1;
kErrorCounts = 0x2;
}

readonly attribute nullable PHYRateEnum PHYRate = 0;
readonly attribute nullable boolean fullDuplex = 1;
readonly attribute int64u packetRxCount = 2;
Expand Down
10 changes: 10 additions & 0 deletions examples/dynamic-bridge-app/bridge-common/bridge-app.matter
Original file line number Diff line number Diff line change
Expand Up @@ -1103,6 +1103,11 @@ server cluster WiFiNetworkDiagnostics = 54 {
kAx = 5;
}

bitmap WiFiNetworkDiagnosticsFeature : BITMAP32 {
kPacketCounts = 0x1;
kErrorCounts = 0x2;
}

info event Disconnection = 0 {
INT16U reasonCode = 0;
}
Expand Down Expand Up @@ -1147,6 +1152,11 @@ server cluster EthernetNetworkDiagnostics = 55 {
kRate400G = 9;
}

bitmap EthernetNetworkDiagnosticsFeature : BITMAP32 {
kPacketCounts = 0x1;
kErrorCounts = 0x2;
}

readonly attribute nullable PHYRateEnum PHYRate = 0;
readonly attribute nullable boolean fullDuplex = 1;
readonly attribute int64u packetRxCount = 2;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1153,6 +1153,11 @@ server cluster WiFiNetworkDiagnostics = 54 {
kAx = 5;
}

bitmap WiFiNetworkDiagnosticsFeature : BITMAP32 {
kPacketCounts = 0x1;
kErrorCounts = 0x2;
}

info event Disconnection = 0 {
INT16U reasonCode = 0;
}
Expand Down Expand Up @@ -1199,6 +1204,11 @@ server cluster EthernetNetworkDiagnostics = 55 {
kRate400G = 9;
}

bitmap EthernetNetworkDiagnosticsFeature : BITMAP32 {
kPacketCounts = 0x1;
kErrorCounts = 0x2;
}

readonly attribute nullable PHYRateEnum PHYRate = 0;
readonly attribute nullable boolean fullDuplex = 1;
readonly attribute int64u packetRxCount = 2;
Expand Down
10 changes: 10 additions & 0 deletions examples/lighting-app/lighting-common/lighting-app.matter
Original file line number Diff line number Diff line change
Expand Up @@ -1105,6 +1105,11 @@ server cluster WiFiNetworkDiagnostics = 54 {
kAx = 5;
}

bitmap WiFiNetworkDiagnosticsFeature : BITMAP32 {
kPacketCounts = 0x1;
kErrorCounts = 0x2;
}

info event Disconnection = 0 {
INT16U reasonCode = 0;
}
Expand Down Expand Up @@ -1151,6 +1156,11 @@ server cluster EthernetNetworkDiagnostics = 55 {
kRate400G = 9;
}

bitmap EthernetNetworkDiagnosticsFeature : BITMAP32 {
kPacketCounts = 0x1;
kErrorCounts = 0x2;
}

readonly attribute nullable PHYRateEnum PHYRate = 0;
readonly attribute nullable boolean fullDuplex = 1;
readonly attribute int64u packetRxCount = 2;
Expand Down
10 changes: 10 additions & 0 deletions examples/lock-app/lock-common/lock-app.matter
Original file line number Diff line number Diff line change
Expand Up @@ -1021,6 +1021,11 @@ server cluster WiFiNetworkDiagnostics = 54 {
kAx = 5;
}

bitmap WiFiNetworkDiagnosticsFeature : BITMAP32 {
kPacketCounts = 0x1;
kErrorCounts = 0x2;
}

info event Disconnection = 0 {
INT16U reasonCode = 0;
}
Expand Down Expand Up @@ -1067,6 +1072,11 @@ server cluster EthernetNetworkDiagnostics = 55 {
kRate400G = 9;
}

bitmap EthernetNetworkDiagnosticsFeature : BITMAP32 {
kPacketCounts = 0x1;
kErrorCounts = 0x2;
}

readonly attribute nullable PHYRateEnum PHYRate = 0;
readonly attribute nullable boolean fullDuplex = 1;
readonly attribute int64u packetRxCount = 2;
Expand Down
10 changes: 10 additions & 0 deletions examples/placeholder/linux/apps/app1/config.matter
Original file line number Diff line number Diff line change
Expand Up @@ -1155,6 +1155,11 @@ server cluster WiFiNetworkDiagnostics = 54 {
kAx = 5;
}

bitmap WiFiNetworkDiagnosticsFeature : BITMAP32 {
kPacketCounts = 0x1;
kErrorCounts = 0x2;
}

info event Disconnection = 0 {
INT16U reasonCode = 0;
}
Expand Down Expand Up @@ -1201,6 +1206,11 @@ server cluster EthernetNetworkDiagnostics = 55 {
kRate400G = 9;
}

bitmap EthernetNetworkDiagnosticsFeature : BITMAP32 {
kPacketCounts = 0x1;
kErrorCounts = 0x2;
}

readonly attribute nullable PHYRateEnum PHYRate = 0;
readonly attribute nullable boolean fullDuplex = 1;
readonly attribute int64u packetRxCount = 2;
Expand Down
10 changes: 10 additions & 0 deletions examples/placeholder/linux/apps/app2/config.matter
Original file line number Diff line number Diff line change
Expand Up @@ -1132,6 +1132,11 @@ server cluster WiFiNetworkDiagnostics = 54 {
kAx = 5;
}

bitmap WiFiNetworkDiagnosticsFeature : BITMAP32 {
kPacketCounts = 0x1;
kErrorCounts = 0x2;
}

info event Disconnection = 0 {
INT16U reasonCode = 0;
}
Expand Down Expand Up @@ -1178,6 +1183,11 @@ server cluster EthernetNetworkDiagnostics = 55 {
kRate400G = 9;
}

bitmap EthernetNetworkDiagnosticsFeature : BITMAP32 {
kPacketCounts = 0x1;
kErrorCounts = 0x2;
}

readonly attribute nullable PHYRateEnum PHYRate = 0;
readonly attribute nullable boolean fullDuplex = 1;
readonly attribute int64u packetRxCount = 2;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -548,6 +548,11 @@ server cluster WiFiNetworkDiagnostics = 54 {
kAx = 5;
}

bitmap WiFiNetworkDiagnosticsFeature : BITMAP32 {
kPacketCounts = 0x1;
kErrorCounts = 0x2;
}

info event Disconnection = 0 {
INT16U reasonCode = 0;
}
Expand Down Expand Up @@ -592,6 +597,11 @@ server cluster EthernetNetworkDiagnostics = 55 {
kRate400G = 9;
}

bitmap EthernetNetworkDiagnosticsFeature : BITMAP32 {
kPacketCounts = 0x1;
kErrorCounts = 0x2;
}

readonly attribute nullable PHYRateEnum PHYRate = 0;
readonly attribute nullable boolean fullDuplex = 1;
readonly attribute int64u packetRxCount = 2;
Expand Down
10 changes: 10 additions & 0 deletions examples/thermostat/thermostat-common/thermostat.matter
Original file line number Diff line number Diff line change
Expand Up @@ -1113,6 +1113,11 @@ server cluster WiFiNetworkDiagnostics = 54 {
kAx = 5;
}

bitmap WiFiNetworkDiagnosticsFeature : BITMAP32 {
kPacketCounts = 0x1;
kErrorCounts = 0x2;
}

info event Disconnection = 0 {
INT16U reasonCode = 0;
}
Expand Down Expand Up @@ -1157,6 +1162,11 @@ server cluster EthernetNetworkDiagnostics = 55 {
kRate400G = 9;
}

bitmap EthernetNetworkDiagnosticsFeature : BITMAP32 {
kPacketCounts = 0x1;
kErrorCounts = 0x2;
}

readonly attribute nullable PHYRateEnum PHYRate = 0;
readonly attribute nullable boolean fullDuplex = 1;
readonly attribute int64u packetRxCount = 2;
Expand Down
10 changes: 10 additions & 0 deletions examples/tv-app/tv-common/tv-app.matter
Original file line number Diff line number Diff line change
Expand Up @@ -1155,6 +1155,11 @@ server cluster WiFiNetworkDiagnostics = 54 {
kAx = 5;
}

bitmap WiFiNetworkDiagnosticsFeature : BITMAP32 {
kPacketCounts = 0x1;
kErrorCounts = 0x2;
}

info event Disconnection = 0 {
INT16U reasonCode = 0;
}
Expand Down Expand Up @@ -1199,6 +1204,11 @@ server cluster EthernetNetworkDiagnostics = 55 {
kRate400G = 9;
}

bitmap EthernetNetworkDiagnosticsFeature : BITMAP32 {
kPacketCounts = 0x1;
kErrorCounts = 0x2;
}

readonly attribute nullable PHYRateEnum PHYRate = 0;
readonly attribute nullable boolean fullDuplex = 1;
readonly attribute int64u packetRxCount = 2;
Expand Down
10 changes: 10 additions & 0 deletions examples/tv-casting-app/tv-casting-common/tv-casting-app.matter
Original file line number Diff line number Diff line change
Expand Up @@ -1322,6 +1322,11 @@ server cluster WiFiNetworkDiagnostics = 54 {
kAx = 5;
}

bitmap WiFiNetworkDiagnosticsFeature : BITMAP32 {
kPacketCounts = 0x1;
kErrorCounts = 0x2;
}

info event Disconnection = 0 {
INT16U reasonCode = 0;
}
Expand Down Expand Up @@ -1366,6 +1371,11 @@ server cluster EthernetNetworkDiagnostics = 55 {
kRate400G = 9;
}

bitmap EthernetNetworkDiagnosticsFeature : BITMAP32 {
kPacketCounts = 0x1;
kErrorCounts = 0x2;
}

readonly attribute nullable PHYRateEnum PHYRate = 0;
readonly attribute nullable boolean fullDuplex = 1;
readonly attribute int64u packetRxCount = 2;
Expand Down
10 changes: 10 additions & 0 deletions examples/window-app/common/window-app.matter
Original file line number Diff line number Diff line change
Expand Up @@ -1169,6 +1169,11 @@ server cluster WiFiNetworkDiagnostics = 54 {
kAx = 5;
}

bitmap WiFiNetworkDiagnosticsFeature : BITMAP32 {
kPacketCounts = 0x1;
kErrorCounts = 0x2;
}

info event Disconnection = 0 {
INT16U reasonCode = 0;
}
Expand Down Expand Up @@ -1213,6 +1218,11 @@ server cluster EthernetNetworkDiagnostics = 55 {
kRate400G = 9;
}

bitmap EthernetNetworkDiagnosticsFeature : BITMAP32 {
kPacketCounts = 0x1;
kErrorCounts = 0x2;
}

readonly attribute nullable PHYRateEnum PHYRate = 0;
readonly attribute nullable boolean fullDuplex = 1;
readonly attribute int64u packetRxCount = 2;
Expand Down
Loading

0 comments on commit 1054200

Please sign in to comment.