Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Quickfix/test app te2 laundry washer controls #28698

Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Merge branch 'master' into quickfix/TestAppTE2LaundryWasherControls
  • Loading branch information
abeck-riis committed Aug 22, 2023
commit 103b335a4ddd29a3c8b23e424068b02c3920af80
76 changes: 53 additions & 23 deletions examples/all-clusters-app/all-clusters-common/all-clusters-app.zap
Original file line number Diff line number Diff line change
Expand Up @@ -33,35 +33,45 @@
],
"endpointTypes": [
{
"id": 13,
"id": 1,
"name": "MA-rootdevice",
"deviceTypeRef": {
"id": 177,
"code": 22,
"id": 3,
"code": 17,
"profileId": 259,
"label": "MA-rootdevice",
"name": "MA-rootdevice"
"label": "MA-powersource",
"name": "MA-powersource"
},
"deviceTypes": [
{
"id": 177,
"id": 3,
"code": 17,
"profileId": 259,
"label": "MA-powersource",
"name": "MA-powersource"
},
{
"id": 2,
"code": 22,
"profileId": 259,
"label": "MA-rootdevice",
"name": "MA-rootdevice"
}
],
"deviceTypeRefs": [
177
3,
2
],
"deviceVersions": [
1,
1
],
"deviceIdentifiers": [
17,
22
],
"deviceTypeName": "MA-rootdevice",
"deviceTypeCode": 22,
"deviceTypeName": "MA-powersource",
"deviceTypeCode": 17,
"deviceTypeProfileId": 259,
"clusters": [
{
Expand Down Expand Up @@ -10502,32 +10512,42 @@
]
},
{
"id": 16,
"id": 2,
"name": "MA-onofflight",
"deviceTypeRef": {
"id": 183,
"id": 8,
"code": 256,
"profileId": 259,
"label": "MA-onofflight",
"name": "MA-onofflight"
},
"deviceTypes": [
{
"id": 183,
"id": 8,
"code": 256,
"profileId": 259,
"label": "MA-onofflight",
"name": "MA-onofflight"
},
{
"id": 3,
"code": 17,
"profileId": 259,
"label": "MA-powersource",
"name": "MA-powersource"
}
],
"deviceTypeRefs": [
183
8,
3
],
"deviceVersions": [
1,
1
],
"deviceIdentifiers": [
256
256,
17
],
"deviceTypeName": "MA-onofflight",
"deviceTypeCode": 256,
Expand Down Expand Up @@ -30593,32 +30613,42 @@
]
},
{
"id": 15,
"id": 3,
"name": "MA-onofflight",
"deviceTypeRef": {
"id": 183,
"id": 8,
"code": 256,
"profileId": 259,
"label": "MA-onofflight",
"name": "MA-onofflight"
},
"deviceTypes": [
{
"id": 183,
"id": 8,
"code": 256,
"profileId": 259,
"label": "MA-onofflight",
"name": "MA-onofflight"
},
{
"id": 3,
"code": 17,
"profileId": 259,
"label": "MA-powersource",
"name": "MA-powersource"
}
],
"deviceTypeRefs": [
183
8,
3
],
"deviceVersions": [
1,
1
],
"deviceIdentifiers": [
256
256,
17
],
"deviceTypeName": "MA-onofflight",
"deviceTypeCode": 256,
Expand Down Expand Up @@ -34867,26 +34897,26 @@
]
},
{
"id": 14,
"id": 4,
"name": "Anonymous Endpoint Type",
"deviceTypeRef": {
"id": 228,
"id": 53,
"code": 61442,
"profileId": 259,
"label": "MA-secondary-network-commissioning",
"name": "MA-secondary-network-commissioning"
},
"deviceTypes": [
{
"id": 228,
"id": 53,
"code": 61442,
"profileId": 259,
"label": "MA-secondary-network-commissioning",
"name": "MA-secondary-network-commissioning"
}
],
"deviceTypeRefs": [
228
53
],
"deviceVersions": [
1
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.