Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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