12345678910111213 |
- # 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",
- }
|