Skip to content

Commit

Permalink
Update generated code
Browse files Browse the repository at this point in the history
  • Loading branch information
vivien-apple committed May 9, 2022
1 parent 689694a commit aeaa11b
Show file tree
Hide file tree
Showing 27 changed files with 62 additions and 59 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2467,7 +2467,7 @@ server cluster OperationalCredentials = 62 {

struct FabricDescriptor {
OCTET_STRING<65> rootPublicKey = 1;
INT16U vendorId = 2;
VENDOR_ID vendorId = 2;
FABRIC_ID fabricId = 3;
NODE_ID nodeId = 4;
CHAR_STRING<32> label = 5;
Expand Down Expand Up @@ -2499,7 +2499,7 @@ server cluster OperationalCredentials = 62 {
optional OCTET_STRING ICACValue = 1;
OCTET_STRING IPKValue = 2;
NODE_ID caseAdminNode = 3;
INT16U adminVendorId = 4;
VENDOR_ID adminVendorId = 4;
}

request struct UpdateNOCRequest {
Expand Down
4 changes: 2 additions & 2 deletions examples/bridge-app/bridge-common/bridge-app.matter
Original file line number Diff line number Diff line change
Expand Up @@ -725,7 +725,7 @@ server cluster OperationalCredentials = 62 {

struct FabricDescriptor {
OCTET_STRING<65> rootPublicKey = 1;
INT16U vendorId = 2;
VENDOR_ID vendorId = 2;
FABRIC_ID fabricId = 3;
NODE_ID nodeId = 4;
CHAR_STRING<32> label = 5;
Expand Down Expand Up @@ -757,7 +757,7 @@ server cluster OperationalCredentials = 62 {
optional OCTET_STRING ICACValue = 1;
OCTET_STRING IPKValue = 2;
NODE_ID caseAdminNode = 3;
INT16U adminVendorId = 4;
VENDOR_ID adminVendorId = 4;
}

request struct UpdateNOCRequest {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1159,7 +1159,7 @@ server cluster OperationalCredentials = 62 {

struct FabricDescriptor {
OCTET_STRING<65> rootPublicKey = 1;
INT16U vendorId = 2;
VENDOR_ID vendorId = 2;
FABRIC_ID fabricId = 3;
NODE_ID nodeId = 4;
CHAR_STRING<32> label = 5;
Expand Down Expand Up @@ -1191,7 +1191,7 @@ server cluster OperationalCredentials = 62 {
optional OCTET_STRING ICACValue = 1;
OCTET_STRING IPKValue = 2;
NODE_ID caseAdminNode = 3;
INT16U adminVendorId = 4;
VENDOR_ID adminVendorId = 4;
}

request struct UpdateNOCRequest {
Expand Down
4 changes: 2 additions & 2 deletions examples/lighting-app/lighting-common/lighting-app.matter
Original file line number Diff line number Diff line change
Expand Up @@ -1251,7 +1251,7 @@ server cluster OperationalCredentials = 62 {

struct FabricDescriptor {
OCTET_STRING<65> rootPublicKey = 1;
INT16U vendorId = 2;
VENDOR_ID vendorId = 2;
FABRIC_ID fabricId = 3;
NODE_ID nodeId = 4;
CHAR_STRING<32> label = 5;
Expand Down Expand Up @@ -1283,7 +1283,7 @@ server cluster OperationalCredentials = 62 {
optional OCTET_STRING ICACValue = 1;
OCTET_STRING IPKValue = 2;
NODE_ID caseAdminNode = 3;
INT16U adminVendorId = 4;
VENDOR_ID adminVendorId = 4;
}

request struct UpdateNOCRequest {
Expand Down
4 changes: 2 additions & 2 deletions examples/lock-app/lock-common/lock-app.matter
Original file line number Diff line number Diff line change
Expand Up @@ -1359,7 +1359,7 @@ server cluster OperationalCredentials = 62 {

struct FabricDescriptor {
OCTET_STRING<65> rootPublicKey = 1;
INT16U vendorId = 2;
VENDOR_ID vendorId = 2;
FABRIC_ID fabricId = 3;
NODE_ID nodeId = 4;
CHAR_STRING<32> label = 5;
Expand Down Expand Up @@ -1391,7 +1391,7 @@ server cluster OperationalCredentials = 62 {
optional OCTET_STRING ICACValue = 1;
OCTET_STRING IPKValue = 2;
NODE_ID caseAdminNode = 3;
INT16U adminVendorId = 4;
VENDOR_ID adminVendorId = 4;
}

request struct UpdateNOCRequest {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ server cluster OperationalCredentials = 62 {

struct FabricDescriptor {
OCTET_STRING<65> rootPublicKey = 1;
INT16U vendorId = 2;
VENDOR_ID vendorId = 2;
FABRIC_ID fabricId = 3;
NODE_ID nodeId = 4;
CHAR_STRING<32> label = 5;
Expand Down Expand Up @@ -346,7 +346,7 @@ server cluster OperationalCredentials = 62 {
optional OCTET_STRING ICACValue = 1;
OCTET_STRING IPKValue = 2;
NODE_ID caseAdminNode = 3;
INT16U adminVendorId = 4;
VENDOR_ID adminVendorId = 4;
}

request struct UpdateFabricLabelRequest {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -469,7 +469,7 @@ server cluster OperationalCredentials = 62 {

struct FabricDescriptor {
OCTET_STRING<65> rootPublicKey = 1;
INT16U vendorId = 2;
VENDOR_ID vendorId = 2;
FABRIC_ID fabricId = 3;
NODE_ID nodeId = 4;
CHAR_STRING<32> label = 5;
Expand Down Expand Up @@ -501,7 +501,7 @@ server cluster OperationalCredentials = 62 {
optional OCTET_STRING ICACValue = 1;
OCTET_STRING IPKValue = 2;
NODE_ID caseAdminNode = 3;
INT16U adminVendorId = 4;
VENDOR_ID adminVendorId = 4;
}

request struct UpdateFabricLabelRequest {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -508,7 +508,7 @@ server cluster OperationalCredentials = 62 {

struct FabricDescriptor {
OCTET_STRING<65> rootPublicKey = 1;
INT16U vendorId = 2;
VENDOR_ID vendorId = 2;
FABRIC_ID fabricId = 3;
NODE_ID nodeId = 4;
CHAR_STRING<32> label = 5;
Expand Down Expand Up @@ -540,7 +540,7 @@ server cluster OperationalCredentials = 62 {
optional OCTET_STRING ICACValue = 1;
OCTET_STRING IPKValue = 2;
NODE_ID caseAdminNode = 3;
INT16U adminVendorId = 4;
VENDOR_ID adminVendorId = 4;
}

request struct UpdateNOCRequest {
Expand Down
8 changes: 4 additions & 4 deletions examples/placeholder/linux/apps/app1/config.matter
Original file line number Diff line number Diff line change
Expand Up @@ -1517,7 +1517,7 @@ client cluster OperationalCredentials = 62 {

struct FabricDescriptor {
OCTET_STRING<65> rootPublicKey = 1;
INT16U vendorId = 2;
VENDOR_ID vendorId = 2;
FABRIC_ID fabricId = 3;
NODE_ID nodeId = 4;
CHAR_STRING<32> label = 5;
Expand Down Expand Up @@ -1548,7 +1548,7 @@ client cluster OperationalCredentials = 62 {
optional OCTET_STRING ICACValue = 1;
OCTET_STRING IPKValue = 2;
NODE_ID caseAdminNode = 3;
INT16U adminVendorId = 4;
VENDOR_ID adminVendorId = 4;
}

request struct UpdateNOCRequest {
Expand Down Expand Up @@ -1599,7 +1599,7 @@ server cluster OperationalCredentials = 62 {

struct FabricDescriptor {
OCTET_STRING<65> rootPublicKey = 1;
INT16U vendorId = 2;
VENDOR_ID vendorId = 2;
FABRIC_ID fabricId = 3;
NODE_ID nodeId = 4;
CHAR_STRING<32> label = 5;
Expand Down Expand Up @@ -1630,7 +1630,7 @@ server cluster OperationalCredentials = 62 {
optional OCTET_STRING ICACValue = 1;
OCTET_STRING IPKValue = 2;
NODE_ID caseAdminNode = 3;
INT16U adminVendorId = 4;
VENDOR_ID adminVendorId = 4;
}

request struct UpdateNOCRequest {
Expand Down
8 changes: 4 additions & 4 deletions examples/placeholder/linux/apps/app2/config.matter
Original file line number Diff line number Diff line change
Expand Up @@ -1517,7 +1517,7 @@ client cluster OperationalCredentials = 62 {

struct FabricDescriptor {
OCTET_STRING<65> rootPublicKey = 1;
INT16U vendorId = 2;
VENDOR_ID vendorId = 2;
FABRIC_ID fabricId = 3;
NODE_ID nodeId = 4;
CHAR_STRING<32> label = 5;
Expand Down Expand Up @@ -1548,7 +1548,7 @@ client cluster OperationalCredentials = 62 {
optional OCTET_STRING ICACValue = 1;
OCTET_STRING IPKValue = 2;
NODE_ID caseAdminNode = 3;
INT16U adminVendorId = 4;
VENDOR_ID adminVendorId = 4;
}

request struct UpdateNOCRequest {
Expand Down Expand Up @@ -1599,7 +1599,7 @@ server cluster OperationalCredentials = 62 {

struct FabricDescriptor {
OCTET_STRING<65> rootPublicKey = 1;
INT16U vendorId = 2;
VENDOR_ID vendorId = 2;
FABRIC_ID fabricId = 3;
NODE_ID nodeId = 4;
CHAR_STRING<32> label = 5;
Expand Down Expand Up @@ -1630,7 +1630,7 @@ server cluster OperationalCredentials = 62 {
optional OCTET_STRING ICACValue = 1;
OCTET_STRING IPKValue = 2;
NODE_ID caseAdminNode = 3;
INT16U adminVendorId = 4;
VENDOR_ID adminVendorId = 4;
}

request struct UpdateNOCRequest {
Expand Down
4 changes: 2 additions & 2 deletions examples/pump-app/pump-common/pump-app.matter
Original file line number Diff line number Diff line change
Expand Up @@ -985,7 +985,7 @@ server cluster OperationalCredentials = 62 {

struct FabricDescriptor {
OCTET_STRING<65> rootPublicKey = 1;
INT16U vendorId = 2;
VENDOR_ID vendorId = 2;
FABRIC_ID fabricId = 3;
NODE_ID nodeId = 4;
CHAR_STRING<32> label = 5;
Expand Down Expand Up @@ -1018,7 +1018,7 @@ server cluster OperationalCredentials = 62 {
optional OCTET_STRING ICACValue = 1;
OCTET_STRING IPKValue = 2;
NODE_ID caseAdminNode = 3;
INT16U adminVendorId = 4;
VENDOR_ID adminVendorId = 4;
}

request struct UpdateNOCRequest {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -871,7 +871,7 @@ server cluster OperationalCredentials = 62 {

struct FabricDescriptor {
OCTET_STRING<65> rootPublicKey = 1;
INT16U vendorId = 2;
VENDOR_ID vendorId = 2;
FABRIC_ID fabricId = 3;
NODE_ID nodeId = 4;
CHAR_STRING<32> label = 5;
Expand Down Expand Up @@ -904,7 +904,7 @@ server cluster OperationalCredentials = 62 {
optional OCTET_STRING ICACValue = 1;
OCTET_STRING IPKValue = 2;
NODE_ID caseAdminNode = 3;
INT16U adminVendorId = 4;
VENDOR_ID adminVendorId = 4;
}

request struct UpdateNOCRequest {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -529,7 +529,7 @@ server cluster OperationalCredentials = 62 {

struct FabricDescriptor {
OCTET_STRING<65> rootPublicKey = 1;
INT16U vendorId = 2;
VENDOR_ID vendorId = 2;
FABRIC_ID fabricId = 3;
NODE_ID nodeId = 4;
CHAR_STRING<32> label = 5;
Expand Down Expand Up @@ -561,7 +561,7 @@ server cluster OperationalCredentials = 62 {
optional OCTET_STRING ICACValue = 1;
OCTET_STRING IPKValue = 2;
NODE_ID caseAdminNode = 3;
INT16U adminVendorId = 4;
VENDOR_ID adminVendorId = 4;
}

request struct UpdateNOCRequest {
Expand Down
4 changes: 2 additions & 2 deletions examples/thermostat/thermostat-common/thermostat.matter
Original file line number Diff line number Diff line change
Expand Up @@ -770,7 +770,7 @@ server cluster OperationalCredentials = 62 {

struct FabricDescriptor {
OCTET_STRING<65> rootPublicKey = 1;
INT16U vendorId = 2;
VENDOR_ID vendorId = 2;
FABRIC_ID fabricId = 3;
NODE_ID nodeId = 4;
CHAR_STRING<32> label = 5;
Expand Down Expand Up @@ -802,7 +802,7 @@ server cluster OperationalCredentials = 62 {
optional OCTET_STRING ICACValue = 1;
OCTET_STRING IPKValue = 2;
NODE_ID caseAdminNode = 3;
INT16U adminVendorId = 4;
VENDOR_ID adminVendorId = 4;
}

request struct UpdateNOCRequest {
Expand Down
8 changes: 4 additions & 4 deletions examples/tv-app/tv-common/tv-app.matter
Original file line number Diff line number Diff line change
Expand Up @@ -1485,7 +1485,7 @@ client cluster OperationalCredentials = 62 {

struct FabricDescriptor {
OCTET_STRING<65> rootPublicKey = 1;
INT16U vendorId = 2;
VENDOR_ID vendorId = 2;
FABRIC_ID fabricId = 3;
NODE_ID nodeId = 4;
CHAR_STRING<32> label = 5;
Expand Down Expand Up @@ -1517,7 +1517,7 @@ client cluster OperationalCredentials = 62 {
optional OCTET_STRING ICACValue = 1;
OCTET_STRING IPKValue = 2;
NODE_ID caseAdminNode = 3;
INT16U adminVendorId = 4;
VENDOR_ID adminVendorId = 4;
}

request struct UpdateFabricLabelRequest {
Expand Down Expand Up @@ -1583,7 +1583,7 @@ server cluster OperationalCredentials = 62 {

struct FabricDescriptor {
OCTET_STRING<65> rootPublicKey = 1;
INT16U vendorId = 2;
VENDOR_ID vendorId = 2;
FABRIC_ID fabricId = 3;
NODE_ID nodeId = 4;
CHAR_STRING<32> label = 5;
Expand Down Expand Up @@ -1615,7 +1615,7 @@ server cluster OperationalCredentials = 62 {
optional OCTET_STRING ICACValue = 1;
OCTET_STRING IPKValue = 2;
NODE_ID caseAdminNode = 3;
INT16U adminVendorId = 4;
VENDOR_ID adminVendorId = 4;
}

request struct UpdateNOCRequest {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1545,7 +1545,7 @@ server cluster OperationalCredentials = 62 {

struct FabricDescriptor {
OCTET_STRING<65> rootPublicKey = 1;
INT16U vendorId = 2;
VENDOR_ID vendorId = 2;
FABRIC_ID fabricId = 3;
NODE_ID nodeId = 4;
CHAR_STRING<32> label = 5;
Expand Down Expand Up @@ -1577,7 +1577,7 @@ server cluster OperationalCredentials = 62 {
optional OCTET_STRING ICACValue = 1;
OCTET_STRING IPKValue = 2;
NODE_ID caseAdminNode = 3;
INT16U adminVendorId = 4;
VENDOR_ID adminVendorId = 4;
}

request struct UpdateNOCRequest {
Expand Down
4 changes: 2 additions & 2 deletions examples/window-app/common/window-app.matter
Original file line number Diff line number Diff line change
Expand Up @@ -830,7 +830,7 @@ server cluster OperationalCredentials = 62 {

struct FabricDescriptor {
OCTET_STRING<65> rootPublicKey = 1;
INT16U vendorId = 2;
VENDOR_ID vendorId = 2;
FABRIC_ID fabricId = 3;
NODE_ID nodeId = 4;
CHAR_STRING<32> label = 5;
Expand Down Expand Up @@ -865,7 +865,7 @@ server cluster OperationalCredentials = 62 {
optional OCTET_STRING ICACValue = 1;
OCTET_STRING IPKValue = 2;
NODE_ID caseAdminNode = 3;
INT16U adminVendorId = 4;
VENDOR_ID adminVendorId = 4;
}

request struct UpdateNOCRequest {
Expand Down
4 changes: 2 additions & 2 deletions src/controller/data_model/controller-clusters.matter
Original file line number Diff line number Diff line change
Expand Up @@ -2869,7 +2869,7 @@ client cluster OperationalCredentials = 62 {

struct FabricDescriptor {
OCTET_STRING<65> rootPublicKey = 1;
INT16U vendorId = 2;
VENDOR_ID vendorId = 2;
FABRIC_ID fabricId = 3;
NODE_ID nodeId = 4;
CHAR_STRING<32> label = 5;
Expand Down Expand Up @@ -2904,7 +2904,7 @@ client cluster OperationalCredentials = 62 {
optional OCTET_STRING ICACValue = 1;
OCTET_STRING IPKValue = 2;
NODE_ID caseAdminNode = 3;
INT16U adminVendorId = 4;
VENDOR_ID adminVendorId = 4;
}

request struct UpdateNOCRequest {
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit aeaa11b

Please sign in to comment.