Skip to content

Commit

Permalink
rebase and fix conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
jmartinez-silabs committed Aug 21, 2023
1 parent 262f130 commit 521c24c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions examples/dishwasher-app/dishwasher-common/dishwasher-app.zap
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
],
"endpointTypes": [
{
"id": 13,
"id": 2,
"name": "MA-rootdevice",
"deviceTypeRef": {
"id": 2,
Expand Down Expand Up @@ -6252,7 +6252,7 @@
]
},
{
"id": 14,
"id": 1,
"name": "MA-dishwasher",
"deviceTypeRef": {
"id": 47,
Expand Down Expand Up @@ -10845,4 +10845,4 @@
}
],
"log": []
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
],
"endpointTypes": [
{
"id": 5,
"id": 1,
"name": "MA-rootdevice",
"deviceTypeRef": {
"id": 2,
Expand Down Expand Up @@ -5790,7 +5790,7 @@
]
},
{
"id": 6,
"id": 2,
"name": "MA-dimmablelight",
"deviceTypeRef": {
"id": 9,
Expand Down
4 changes: 2 additions & 2 deletions examples/lighting-app/silabs/data_model/lighting-wifi-app.zap
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
],
"endpointTypes": [
{
"id": 9,
"id": 1,
"name": "MA-rootdevice",
"deviceTypeRef": {
"id": 2,
Expand Down Expand Up @@ -5536,7 +5536,7 @@
]
},
{
"id": 10,
"id": 2,
"name": "MA-dimmablelight",
"deviceTypeRef": {
"id": 9,
Expand Down

0 comments on commit 521c24c

Please sign in to comment.