Skip to content

Commit

Permalink
Run codegen
Browse files Browse the repository at this point in the history
  • Loading branch information
yufengwangca committed May 18, 2022
1 parent cd42540 commit 57833a9
Show file tree
Hide file tree
Showing 43 changed files with 1,414 additions and 459 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3393,8 +3393,8 @@ server cluster ThreadNetworkDiagnostics = 53 {
int32u linkFrameCounter = 3;
int32u mleFrameCounter = 4;
int8u lqi = 5;
int8s averageRssi = 6;
int8s lastRssi = 7;
nullable int8s averageRssi = 6;
nullable int8s lastRssi = 7;
int8u frameErrorRate = 8;
int8u messageErrorRate = 9;
boolean rxOnWhenIdle = 10;
Expand Down Expand Up @@ -3440,12 +3440,12 @@ server cluster ThreadNetworkDiagnostics = 53 {
ThreadConnectionStatus connectionStatus = 0;
}

readonly attribute int16u channel = 0;
readonly attribute enum8 routingRole = 1;
readonly attribute char_string<16> networkName = 2;
readonly attribute int16u panId = 3;
readonly attribute int64u extendedPanId = 4;
readonly attribute octet_string<17> meshLocalPrefix = 5;
readonly attribute nullable int16u channel = 0;
readonly attribute nullable enum8 routingRole = 1;
readonly attribute nullable char_string<16> networkName = 2;
readonly attribute nullable int16u panId = 3;
readonly attribute nullable int64u extendedPanId = 4;
readonly attribute nullable octet_string<17> meshLocalPrefix = 5;
readonly attribute int64u overrunCount = 6;
readonly attribute NeighborTable neighborTableList[] = 7;
readonly attribute RouteTable routeTableList[] = 8;
Expand Down
16 changes: 8 additions & 8 deletions examples/bridge-app/bridge-common/bridge-app.matter
Original file line number Diff line number Diff line change
Expand Up @@ -908,8 +908,8 @@ server cluster ThreadNetworkDiagnostics = 53 {
int32u linkFrameCounter = 3;
int32u mleFrameCounter = 4;
int8u lqi = 5;
int8s averageRssi = 6;
int8s lastRssi = 7;
nullable int8s averageRssi = 6;
nullable int8s lastRssi = 7;
int8u frameErrorRate = 8;
int8u messageErrorRate = 9;
boolean rxOnWhenIdle = 10;
Expand Down Expand Up @@ -955,12 +955,12 @@ server cluster ThreadNetworkDiagnostics = 53 {
ThreadConnectionStatus connectionStatus = 0;
}

readonly attribute int16u channel = 0;
readonly attribute enum8 routingRole = 1;
readonly attribute char_string<16> networkName = 2;
readonly attribute int16u panId = 3;
readonly attribute int64u extendedPanId = 4;
readonly attribute octet_string<17> meshLocalPrefix = 5;
readonly attribute nullable int16u channel = 0;
readonly attribute nullable enum8 routingRole = 1;
readonly attribute nullable char_string<16> networkName = 2;
readonly attribute nullable int16u panId = 3;
readonly attribute nullable int64u extendedPanId = 4;
readonly attribute nullable octet_string<17> meshLocalPrefix = 5;
readonly attribute int64u overrunCount = 6;
readonly attribute NeighborTable neighborTableList[] = 7;
readonly attribute RouteTable routeTableList[] = 8;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1444,8 +1444,8 @@ server cluster ThreadNetworkDiagnostics = 53 {
int32u linkFrameCounter = 3;
int32u mleFrameCounter = 4;
int8u lqi = 5;
int8s averageRssi = 6;
int8s lastRssi = 7;
nullable int8s averageRssi = 6;
nullable int8s lastRssi = 7;
int8u frameErrorRate = 8;
int8u messageErrorRate = 9;
boolean rxOnWhenIdle = 10;
Expand Down Expand Up @@ -1491,12 +1491,12 @@ server cluster ThreadNetworkDiagnostics = 53 {
ThreadConnectionStatus connectionStatus = 0;
}

readonly attribute int16u channel = 0;
readonly attribute enum8 routingRole = 1;
readonly attribute char_string<16> networkName = 2;
readonly attribute int16u panId = 3;
readonly attribute int64u extendedPanId = 4;
readonly attribute octet_string<17> meshLocalPrefix = 5;
readonly attribute nullable int16u channel = 0;
readonly attribute nullable enum8 routingRole = 1;
readonly attribute nullable char_string<16> networkName = 2;
readonly attribute nullable int16u panId = 3;
readonly attribute nullable int64u extendedPanId = 4;
readonly attribute nullable octet_string<17> meshLocalPrefix = 5;
readonly attribute int64u overrunCount = 6;
readonly attribute NeighborTable neighborTableList[] = 7;
readonly attribute RouteTable routeTableList[] = 8;
Expand Down
16 changes: 8 additions & 8 deletions examples/lighting-app/lighting-common/lighting-app.matter
Original file line number Diff line number Diff line change
Expand Up @@ -1431,8 +1431,8 @@ server cluster ThreadNetworkDiagnostics = 53 {
int32u linkFrameCounter = 3;
int32u mleFrameCounter = 4;
int8u lqi = 5;
int8s averageRssi = 6;
int8s lastRssi = 7;
nullable int8s averageRssi = 6;
nullable int8s lastRssi = 7;
int8u frameErrorRate = 8;
int8u messageErrorRate = 9;
boolean rxOnWhenIdle = 10;
Expand Down Expand Up @@ -1478,12 +1478,12 @@ server cluster ThreadNetworkDiagnostics = 53 {
ThreadConnectionStatus connectionStatus = 0;
}

readonly attribute int16u channel = 0;
readonly attribute enum8 routingRole = 1;
readonly attribute char_string<16> networkName = 2;
readonly attribute int16u panId = 3;
readonly attribute int64u extendedPanId = 4;
readonly attribute octet_string<17> meshLocalPrefix = 5;
readonly attribute nullable int16u channel = 0;
readonly attribute nullable enum8 routingRole = 1;
readonly attribute nullable char_string<16> networkName = 2;
readonly attribute nullable int16u panId = 3;
readonly attribute nullable int64u extendedPanId = 4;
readonly attribute nullable octet_string<17> meshLocalPrefix = 5;
readonly attribute int64u overrunCount = 6;
readonly attribute NeighborTable neighborTableList[] = 7;
readonly attribute RouteTable routeTableList[] = 8;
Expand Down
16 changes: 8 additions & 8 deletions examples/lock-app/lock-common/lock-app.matter
Original file line number Diff line number Diff line change
Expand Up @@ -1593,8 +1593,8 @@ server cluster ThreadNetworkDiagnostics = 53 {
int32u linkFrameCounter = 3;
int32u mleFrameCounter = 4;
int8u lqi = 5;
int8s averageRssi = 6;
int8s lastRssi = 7;
nullable int8s averageRssi = 6;
nullable int8s lastRssi = 7;
int8u frameErrorRate = 8;
int8u messageErrorRate = 9;
boolean rxOnWhenIdle = 10;
Expand Down Expand Up @@ -1640,12 +1640,12 @@ server cluster ThreadNetworkDiagnostics = 53 {
ThreadConnectionStatus connectionStatus = 0;
}

readonly attribute int16u channel = 0;
readonly attribute enum8 routingRole = 1;
readonly attribute char_string<16> networkName = 2;
readonly attribute int16u panId = 3;
readonly attribute int64u extendedPanId = 4;
readonly attribute octet_string<17> meshLocalPrefix = 5;
readonly attribute nullable int16u channel = 0;
readonly attribute nullable enum8 routingRole = 1;
readonly attribute nullable char_string<16> networkName = 2;
readonly attribute nullable int16u panId = 3;
readonly attribute nullable int64u extendedPanId = 4;
readonly attribute nullable octet_string<17> meshLocalPrefix = 5;
readonly attribute int64u overrunCount = 6;
readonly attribute NeighborTable neighborTableList[] = 7;
readonly attribute RouteTable routeTableList[] = 8;
Expand Down
16 changes: 8 additions & 8 deletions examples/pump-app/pump-common/pump-app.matter
Original file line number Diff line number Diff line change
Expand Up @@ -1400,8 +1400,8 @@ server cluster ThreadNetworkDiagnostics = 53 {
int32u linkFrameCounter = 3;
int32u mleFrameCounter = 4;
int8u lqi = 5;
int8s averageRssi = 6;
int8s lastRssi = 7;
nullable int8s averageRssi = 6;
nullable int8s lastRssi = 7;
int8u frameErrorRate = 8;
int8u messageErrorRate = 9;
boolean rxOnWhenIdle = 10;
Expand Down Expand Up @@ -1447,12 +1447,12 @@ server cluster ThreadNetworkDiagnostics = 53 {
ThreadConnectionStatus connectionStatus = 0;
}

readonly attribute int16u channel = 0;
readonly attribute enum8 routingRole = 1;
readonly attribute char_string<16> networkName = 2;
readonly attribute int16u panId = 3;
readonly attribute int64u extendedPanId = 4;
readonly attribute octet_string<17> meshLocalPrefix = 5;
readonly attribute nullable int16u channel = 0;
readonly attribute nullable enum8 routingRole = 1;
readonly attribute nullable char_string<16> networkName = 2;
readonly attribute nullable int16u panId = 3;
readonly attribute nullable int64u extendedPanId = 4;
readonly attribute nullable octet_string<17> meshLocalPrefix = 5;
readonly attribute int64u overrunCount = 6;
readonly attribute NeighborTable neighborTableList[] = 7;
readonly attribute RouteTable routeTableList[] = 8;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1127,8 +1127,8 @@ server cluster ThreadNetworkDiagnostics = 53 {
int32u linkFrameCounter = 3;
int32u mleFrameCounter = 4;
int8u lqi = 5;
int8s averageRssi = 6;
int8s lastRssi = 7;
nullable int8s averageRssi = 6;
nullable int8s lastRssi = 7;
int8u frameErrorRate = 8;
int8u messageErrorRate = 9;
boolean rxOnWhenIdle = 10;
Expand Down Expand Up @@ -1174,12 +1174,12 @@ server cluster ThreadNetworkDiagnostics = 53 {
ThreadConnectionStatus connectionStatus = 0;
}

readonly attribute int16u channel = 0;
readonly attribute enum8 routingRole = 1;
readonly attribute char_string<16> networkName = 2;
readonly attribute int16u panId = 3;
readonly attribute int64u extendedPanId = 4;
readonly attribute octet_string<17> meshLocalPrefix = 5;
readonly attribute nullable int16u channel = 0;
readonly attribute nullable enum8 routingRole = 1;
readonly attribute nullable char_string<16> networkName = 2;
readonly attribute nullable int16u panId = 3;
readonly attribute nullable int64u extendedPanId = 4;
readonly attribute nullable octet_string<17> meshLocalPrefix = 5;
readonly attribute int64u overrunCount = 6;
readonly attribute NeighborTable neighborTableList[] = 7;
readonly attribute RouteTable routeTableList[] = 8;
Expand Down
16 changes: 8 additions & 8 deletions examples/thermostat/thermostat-common/thermostat.matter
Original file line number Diff line number Diff line change
Expand Up @@ -1136,8 +1136,8 @@ server cluster ThreadNetworkDiagnostics = 53 {
int32u linkFrameCounter = 3;
int32u mleFrameCounter = 4;
int8u lqi = 5;
int8s averageRssi = 6;
int8s lastRssi = 7;
nullable int8s averageRssi = 6;
nullable int8s lastRssi = 7;
int8u frameErrorRate = 8;
int8u messageErrorRate = 9;
boolean rxOnWhenIdle = 10;
Expand Down Expand Up @@ -1183,12 +1183,12 @@ server cluster ThreadNetworkDiagnostics = 53 {
ThreadConnectionStatus connectionStatus = 0;
}

readonly attribute int16u channel = 0;
readonly attribute enum8 routingRole = 1;
readonly attribute char_string<16> networkName = 2;
readonly attribute int16u panId = 3;
readonly attribute int64u extendedPanId = 4;
readonly attribute octet_string<17> meshLocalPrefix = 5;
readonly attribute nullable int16u channel = 0;
readonly attribute nullable enum8 routingRole = 1;
readonly attribute nullable char_string<16> networkName = 2;
readonly attribute nullable int16u panId = 3;
readonly attribute nullable int64u extendedPanId = 4;
readonly attribute nullable octet_string<17> meshLocalPrefix = 5;
readonly attribute int64u overrunCount = 6;
readonly attribute NeighborTable neighborTableList[] = 7;
readonly attribute RouteTable routeTableList[] = 8;
Expand Down
16 changes: 8 additions & 8 deletions examples/tv-app/tv-common/tv-app.matter
Original file line number Diff line number Diff line change
Expand Up @@ -1766,8 +1766,8 @@ server cluster ThreadNetworkDiagnostics = 53 {
int32u linkFrameCounter = 3;
int32u mleFrameCounter = 4;
int8u lqi = 5;
int8s averageRssi = 6;
int8s lastRssi = 7;
nullable int8s averageRssi = 6;
nullable int8s lastRssi = 7;
int8u frameErrorRate = 8;
int8u messageErrorRate = 9;
boolean rxOnWhenIdle = 10;
Expand Down Expand Up @@ -1813,12 +1813,12 @@ server cluster ThreadNetworkDiagnostics = 53 {
ThreadConnectionStatus connectionStatus = 0;
}

readonly attribute int16u channel = 0;
readonly attribute enum8 routingRole = 1;
readonly attribute char_string<16> networkName = 2;
readonly attribute int16u panId = 3;
readonly attribute int64u extendedPanId = 4;
readonly attribute octet_string<17> meshLocalPrefix = 5;
readonly attribute nullable int16u channel = 0;
readonly attribute nullable enum8 routingRole = 1;
readonly attribute nullable char_string<16> networkName = 2;
readonly attribute nullable int16u panId = 3;
readonly attribute nullable int64u extendedPanId = 4;
readonly attribute nullable octet_string<17> meshLocalPrefix = 5;
readonly attribute int64u overrunCount = 6;
readonly attribute NeighborTable neighborTableList[] = 7;
readonly attribute RouteTable routeTableList[] = 8;
Expand Down
16 changes: 8 additions & 8 deletions examples/tv-casting-app/tv-casting-common/tv-casting-app.matter
Original file line number Diff line number Diff line change
Expand Up @@ -1943,8 +1943,8 @@ server cluster ThreadNetworkDiagnostics = 53 {
int32u linkFrameCounter = 3;
int32u mleFrameCounter = 4;
int8u lqi = 5;
int8s averageRssi = 6;
int8s lastRssi = 7;
nullable int8s averageRssi = 6;
nullable int8s lastRssi = 7;
int8u frameErrorRate = 8;
int8u messageErrorRate = 9;
boolean rxOnWhenIdle = 10;
Expand Down Expand Up @@ -1990,12 +1990,12 @@ server cluster ThreadNetworkDiagnostics = 53 {
ThreadConnectionStatus connectionStatus = 0;
}

readonly attribute int16u channel = 0;
readonly attribute enum8 routingRole = 1;
readonly attribute char_string<16> networkName = 2;
readonly attribute int16u panId = 3;
readonly attribute int64u extendedPanId = 4;
readonly attribute octet_string<17> meshLocalPrefix = 5;
readonly attribute nullable int16u channel = 0;
readonly attribute nullable enum8 routingRole = 1;
readonly attribute nullable char_string<16> networkName = 2;
readonly attribute nullable int16u panId = 3;
readonly attribute nullable int64u extendedPanId = 4;
readonly attribute nullable octet_string<17> meshLocalPrefix = 5;
readonly attribute int64u overrunCount = 6;
readonly attribute NeighborTable neighborTableList[] = 7;
readonly attribute RouteTable routeTableList[] = 8;
Expand Down
16 changes: 8 additions & 8 deletions examples/window-app/common/window-app.matter
Original file line number Diff line number Diff line change
Expand Up @@ -1164,8 +1164,8 @@ server cluster ThreadNetworkDiagnostics = 53 {
int32u linkFrameCounter = 3;
int32u mleFrameCounter = 4;
int8u lqi = 5;
int8s averageRssi = 6;
int8s lastRssi = 7;
nullable int8s averageRssi = 6;
nullable int8s lastRssi = 7;
int8u frameErrorRate = 8;
int8u messageErrorRate = 9;
boolean rxOnWhenIdle = 10;
Expand Down Expand Up @@ -1211,12 +1211,12 @@ server cluster ThreadNetworkDiagnostics = 53 {
ThreadConnectionStatus connectionStatus = 0;
}

readonly attribute int16u channel = 0;
readonly attribute enum8 routingRole = 1;
readonly attribute char_string<16> networkName = 2;
readonly attribute int16u panId = 3;
readonly attribute int64u extendedPanId = 4;
readonly attribute octet_string<17> meshLocalPrefix = 5;
readonly attribute nullable int16u channel = 0;
readonly attribute nullable enum8 routingRole = 1;
readonly attribute nullable char_string<16> networkName = 2;
readonly attribute nullable int16u panId = 3;
readonly attribute nullable int64u extendedPanId = 4;
readonly attribute nullable octet_string<17> meshLocalPrefix = 5;
readonly attribute int64u overrunCount = 6;
readonly attribute NeighborTable neighborTableList[] = 7;
readonly attribute RouteTable routeTableList[] = 8;
Expand Down
16 changes: 8 additions & 8 deletions src/controller/data_model/controller-clusters.matter
Original file line number Diff line number Diff line change
Expand Up @@ -3906,8 +3906,8 @@ client cluster ThreadNetworkDiagnostics = 53 {
int32u linkFrameCounter = 3;
int32u mleFrameCounter = 4;
int8u lqi = 5;
int8s averageRssi = 6;
int8s lastRssi = 7;
nullable int8s averageRssi = 6;
nullable int8s lastRssi = 7;
int8u frameErrorRate = 8;
int8u messageErrorRate = 9;
boolean rxOnWhenIdle = 10;
Expand Down Expand Up @@ -3953,12 +3953,12 @@ client cluster ThreadNetworkDiagnostics = 53 {
ThreadConnectionStatus connectionStatus = 0;
}

readonly attribute int16u channel = 0;
readonly attribute enum8 routingRole = 1;
readonly attribute char_string<16> networkName = 2;
readonly attribute int16u panId = 3;
readonly attribute int64u extendedPanId = 4;
readonly attribute octet_string<17> meshLocalPrefix = 5;
readonly attribute nullable int16u channel = 0;
readonly attribute nullable enum8 routingRole = 1;
readonly attribute nullable char_string<16> networkName = 2;
readonly attribute nullable int16u panId = 3;
readonly attribute nullable int64u extendedPanId = 4;
readonly attribute nullable octet_string<17> meshLocalPrefix = 5;
readonly attribute int64u overrunCount = 6;
readonly attribute NeighborTable neighborTableList[] = 7;
readonly attribute RouteTable routeTableList[] = 8;
Expand Down
Loading

0 comments on commit 57833a9

Please sign in to comment.