Skip to content

Commit

Permalink
Fixing the .zap files for contradicting device type data (#27962)
Browse files Browse the repository at this point in the history
* Fixing the .zap files for contradicting device type data
Github: ZAP#862

* Minor cleanup
Github: ZAP#862
  • Loading branch information
brdandu authored and pull[bot] committed Jan 16, 2024
1 parent 8fe8d08 commit 1058212
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 16 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5439,8 +5439,8 @@
},
{
"name": "MA-extendedcolorlight",
"deviceTypeName": "MA-dimmablelight",
"deviceTypeCode": 257,
"deviceTypeName": "MA-extendedcolorlight",
"deviceTypeCode": 269,
"deviceTypeProfileId": 259,
"clusters": [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5439,8 +5439,8 @@
},
{
"name": "MA-extendedcolorlight",
"deviceTypeName": "MA-dimmablelight",
"deviceTypeCode": 257,
"deviceTypeName": "MA-extendedcolorlight",
"deviceTypeCode": 269,
"deviceTypeProfileId": 259,
"clusters": [
{
Expand Down
2 changes: 1 addition & 1 deletion examples/placeholder/linux/apps/app1/config.matter
Original file line number Diff line number Diff line change
Expand Up @@ -6439,7 +6439,7 @@ server cluster AccountLogin = 1294 {
}

endpoint 0 {
device type anonymousEndpointType = 65280, version 1;
device type rootdevice = 22, version 1;
binding cluster GeneralCommissioning;
binding cluster ThreadNetworkDiagnostics;
binding cluster Switch;
Expand Down
10 changes: 5 additions & 5 deletions examples/placeholder/linux/apps/app1/config.zap
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@
],
"endpointTypes": [
{
"name": "Anonymous Endpoint Type",
"deviceTypeName": null,
"deviceTypeCode": null,
"deviceTypeProfileId": null,
"name": "MA-rootdevice",
"deviceTypeName": "MA-rootdevice",
"deviceTypeCode": 22,
"deviceTypeProfileId": 259,
"clusters": [
{
"name": "Descriptor",
Expand Down Expand Up @@ -14559,7 +14559,7 @@
"endpointId": 0,
"networkId": 0,
"endpointVersion": 1,
"deviceIdentifier": 65280
"deviceIdentifier": 22
},
{
"endpointTypeName": "Anonymous Endpoint Type",
Expand Down
2 changes: 1 addition & 1 deletion examples/placeholder/linux/apps/app2/config.matter
Original file line number Diff line number Diff line change
Expand Up @@ -6398,7 +6398,7 @@ server cluster AccountLogin = 1294 {
}

endpoint 0 {
device type anonymousEndpointType = 65280, version 1;
device type rootdevice = 22, version 1;
binding cluster GeneralCommissioning;
binding cluster ThreadNetworkDiagnostics;
binding cluster Switch;
Expand Down
10 changes: 5 additions & 5 deletions examples/placeholder/linux/apps/app2/config.zap
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@
],
"endpointTypes": [
{
"name": "Anonymous Endpoint Type",
"deviceTypeName": null,
"deviceTypeCode": null,
"deviceTypeProfileId": null,
"name": "MA-rootdevice",
"deviceTypeName": "MA-rootdevice",
"deviceTypeCode": 22,
"deviceTypeProfileId": 259,
"clusters": [
{
"name": "Descriptor",
Expand Down Expand Up @@ -14585,7 +14585,7 @@
"endpointId": 0,
"networkId": 0,
"endpointVersion": 1,
"deviceIdentifier": 65280
"deviceIdentifier": 22
},
{
"endpointTypeName": "Anonymous Endpoint Type",
Expand Down

0 comments on commit 1058212

Please sign in to comment.