Skip to content

Commit

Permalink
Fixing the .zap files for contradicting device type data
Browse files Browse the repository at this point in the history
Github: ZAP#862
  • Loading branch information
brdandu committed Jul 14, 2023
1 parent d9a6f2e commit e1371e5
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 14 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
8 changes: 4 additions & 4 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
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
8 changes: 4 additions & 4 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

0 comments on commit e1371e5

Please sign in to comment.