forked from project-chip/connectedhomeip
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implemented Android CHIPTool support for ESF
- Loading branch information
1 parent
dd26f66
commit 96c0095
Showing
14 changed files
with
196 additions
and
59 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
38 changes: 38 additions & 0 deletions
38
examples/android/CHIPTool/app/src/main/res/raw/mock_dcl_responses_json.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
[ | ||
{ | ||
"request": { | ||
"url": "https://on.dcl.csa-iot.org/dcl/model/models/65521/32769", | ||
"method": "GET" | ||
}, | ||
"response": { | ||
"statusCode": 200, | ||
"body": { | ||
"vid": 65521, | ||
"pid": 32769, | ||
"deviceTypeId": 1, | ||
"productName": "Harmony Home", | ||
"productLabel": "Purifier", | ||
"partNumber": "1", | ||
"commissioningCustomFlow": 2, | ||
"commissioningCustomFlowUrl": "https://example.com/matter/65521/32769/setup/1/index.html", | ||
"commissioningModeInitialStepsHint": 0, | ||
"commissioningModeInitialStepsInstruction": "", | ||
"commissioningModeSecondaryStepsHint": 0, | ||
"commissioningModeSecondaryStepsInstruction": "", | ||
"userManualUrl": "https://example.com/matter/65521/32769/manual/1/index.html", | ||
"supportUrl": "https://example.com/matter/65521/32769/support/1/index.html", | ||
"productUrl": "https://example.com/matter/65521/32769/product/1/index.html", | ||
"lsfUrl": "", | ||
"lsfRevision": 0, | ||
"creator": "cosmos1cj3f9jue3s389n2u6492nvyn86apey0x6hx03u", | ||
"schemaVersion": 1, | ||
"enhancedSetupFlowOptions": 1, | ||
"enhancedSetupFlowTCUrl": "https://example.com/matter/65521/32769/tc/1/content.json", | ||
"enhancedSetupFlowTCRevision": 1, | ||
"enhancedSetupFlowTCDigest": "MTZlYjIwYWViYzU2ZWI0Nzc4Zjg0NTRiMmJjMjVlYWFlOTY5MjMzNGRiMzRhMjUxZjMwYmQ1Y2MzYzI1NGI2OA==", | ||
"enhancedSetupFlowTCFileSize": 1024, | ||
"maintenanceUrl": "https://example.com/matter/65521/32769/maintenance/1/index.html" | ||
} | ||
} | ||
} | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.