Skip to content

Commit

Permalink
Ran zap regen (#14549)
Browse files Browse the repository at this point in the history
  • Loading branch information
andy31415 authored Jan 28, 2022
1 parent ff4abc4 commit eb628d3
Show file tree
Hide file tree
Showing 13 changed files with 91 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3168,6 +3168,13 @@ server cluster ThreadNetworkDiagnostics = 53 {
kNotConnected = 1;
}

bitmap ThreadNetworkDiagnosticsFeature : BITMAP32 {
kPacketCounts = 0x1;
kErrorCounts = 0x2;
kMLECounts = 0x4;
kMACCounts = 0x8;
}

struct NeighborTable {
INT64U extAddress = 0;
INT32U age = 1;
Expand Down
7 changes: 7 additions & 0 deletions examples/bridge-app/bridge-common/bridge-app.matter
Original file line number Diff line number Diff line change
Expand Up @@ -738,6 +738,13 @@ server cluster ThreadNetworkDiagnostics = 53 {
kNotConnected = 1;
}

bitmap ThreadNetworkDiagnosticsFeature : BITMAP32 {
kPacketCounts = 0x1;
kErrorCounts = 0x2;
kMLECounts = 0x4;
kMACCounts = 0x8;
}

struct NeighborTable {
INT64U extAddress = 0;
INT32U age = 1;
Expand Down
7 changes: 7 additions & 0 deletions examples/door-lock-app/door-lock-common/door-lock-app.matter
Original file line number Diff line number Diff line change
Expand Up @@ -1207,6 +1207,13 @@ server cluster ThreadNetworkDiagnostics = 53 {
kNotConnected = 1;
}

bitmap ThreadNetworkDiagnosticsFeature : BITMAP32 {
kPacketCounts = 0x1;
kErrorCounts = 0x2;
kMLECounts = 0x4;
kMACCounts = 0x8;
}

struct NeighborTable {
INT64U extAddress = 0;
INT32U age = 1;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1174,6 +1174,13 @@ server cluster ThreadNetworkDiagnostics = 53 {
kNotConnected = 1;
}

bitmap ThreadNetworkDiagnosticsFeature : BITMAP32 {
kPacketCounts = 0x1;
kErrorCounts = 0x2;
kMLECounts = 0x4;
kMACCounts = 0x8;
}

struct NeighborTable {
INT64U extAddress = 0;
INT32U age = 1;
Expand Down
7 changes: 7 additions & 0 deletions examples/lighting-app/lighting-common/lighting-app.matter
Original file line number Diff line number Diff line change
Expand Up @@ -1286,6 +1286,13 @@ server cluster ThreadNetworkDiagnostics = 53 {
kNotConnected = 1;
}

bitmap ThreadNetworkDiagnosticsFeature : BITMAP32 {
kPacketCounts = 0x1;
kErrorCounts = 0x2;
kMLECounts = 0x4;
kMACCounts = 0x8;
}

struct NeighborTable {
INT64U extAddress = 0;
INT32U age = 1;
Expand Down
7 changes: 7 additions & 0 deletions examples/lock-app/lock-common/lock-app.matter
Original file line number Diff line number Diff line change
Expand Up @@ -701,6 +701,13 @@ server cluster ThreadNetworkDiagnostics = 53 {
kNotConnected = 1;
}

bitmap ThreadNetworkDiagnosticsFeature : BITMAP32 {
kPacketCounts = 0x1;
kErrorCounts = 0x2;
kMLECounts = 0x4;
kMACCounts = 0x8;
}

struct NeighborTable {
INT64U extAddress = 0;
INT32U age = 1;
Expand Down
7 changes: 7 additions & 0 deletions examples/pump-app/pump-common/pump-app.matter
Original file line number Diff line number Diff line change
Expand Up @@ -809,6 +809,13 @@ server cluster ThreadNetworkDiagnostics = 53 {
kNotConnected = 1;
}

bitmap ThreadNetworkDiagnosticsFeature : BITMAP32 {
kPacketCounts = 0x1;
kErrorCounts = 0x2;
kMLECounts = 0x4;
kMACCounts = 0x8;
}

struct NeighborTable {
INT64U extAddress = 0;
INT32U age = 1;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -797,6 +797,13 @@ server cluster ThreadNetworkDiagnostics = 53 {
kNotConnected = 1;
}

bitmap ThreadNetworkDiagnosticsFeature : BITMAP32 {
kPacketCounts = 0x1;
kErrorCounts = 0x2;
kMLECounts = 0x4;
kMACCounts = 0x8;
}

struct NeighborTable {
INT64U extAddress = 0;
INT32U age = 1;
Expand Down
7 changes: 7 additions & 0 deletions examples/thermostat/thermostat-common/thermostat.matter
Original file line number Diff line number Diff line change
Expand Up @@ -1024,6 +1024,13 @@ server cluster ThreadNetworkDiagnostics = 53 {
kNotConnected = 1;
}

bitmap ThreadNetworkDiagnosticsFeature : BITMAP32 {
kPacketCounts = 0x1;
kErrorCounts = 0x2;
kMLECounts = 0x4;
kMACCounts = 0x8;
}

struct NeighborTable {
INT64U extAddress = 0;
INT32U age = 1;
Expand Down
7 changes: 7 additions & 0 deletions examples/tv-app/tv-common/tv-app.matter
Original file line number Diff line number Diff line change
Expand Up @@ -1658,6 +1658,13 @@ server cluster ThreadNetworkDiagnostics = 53 {
kNotConnected = 1;
}

bitmap ThreadNetworkDiagnosticsFeature : BITMAP32 {
kPacketCounts = 0x1;
kErrorCounts = 0x2;
kMLECounts = 0x4;
kMACCounts = 0x8;
}

struct NeighborTable {
INT64U extAddress = 0;
INT32U age = 1;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2503,6 +2503,13 @@ server cluster ThreadNetworkDiagnostics = 53 {
kNotConnected = 1;
}

bitmap ThreadNetworkDiagnosticsFeature : BITMAP32 {
kPacketCounts = 0x1;
kErrorCounts = 0x2;
kMLECounts = 0x4;
kMACCounts = 0x8;
}

struct NeighborTable {
INT64U extAddress = 0;
INT32U age = 1;
Expand Down
7 changes: 7 additions & 0 deletions examples/window-app/common/window-app.matter
Original file line number Diff line number Diff line change
Expand Up @@ -679,6 +679,13 @@ server cluster ThreadNetworkDiagnostics = 53 {
kNotConnected = 1;
}

bitmap ThreadNetworkDiagnosticsFeature : BITMAP32 {
kPacketCounts = 0x1;
kErrorCounts = 0x2;
kMLECounts = 0x4;
kMACCounts = 0x8;
}

struct NeighborTable {
INT64U extAddress = 0;
INT32U age = 1;
Expand Down
7 changes: 7 additions & 0 deletions src/controller/data_model/controller-clusters.matter
Original file line number Diff line number Diff line change
Expand Up @@ -3501,6 +3501,13 @@ client cluster ThreadNetworkDiagnostics = 53 {
kNotConnected = 1;
}

bitmap ThreadNetworkDiagnosticsFeature : BITMAP32 {
kPacketCounts = 0x1;
kErrorCounts = 0x2;
kMLECounts = 0x4;
kMACCounts = 0x8;
}

struct NeighborTable {
INT64U extAddress = 0;
INT32U age = 1;
Expand Down

0 comments on commit eb628d3

Please sign in to comment.