-
Notifications
You must be signed in to change notification settings - Fork 49
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add retrieve_encryption_key for lock (#170)
Co-authored-by: J. Nick Koston <[email protected]>
- Loading branch information
1 parent
acf2a3e
commit 5b634d2
Showing
4 changed files
with
93 additions
and
76 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# Those values have been obtained from the following files in SwitchBot Android app | ||
# That's how you can verify them yourself | ||
# /assets/switchbot_config.json | ||
# /res/raw/amplifyconfiguration.json | ||
# /res/raw/awsconfiguration.json | ||
|
||
SWITCHBOT_APP_API_BASE_URL = "https://l9ren7efdj.execute-api.us-east-1.amazonaws.com" | ||
SWITCHBOT_APP_COGNITO_POOL = { | ||
"PoolId": "us-east-1_x1fixo5LC", | ||
"AppClientId": "66r90hdllaj4nnlne4qna0muls", | ||
"AppClientSecret": "1v3v7vfjsiggiupkeuqvsovg084e3msbefpj9rgh611u30uug6t8", | ||
"Region": "us-east-1", | ||
} |
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