api_config.py 540 B

12345678910111213
  1. # Those values have been obtained from the following files in SwitchBot Android app
  2. # That's how you can verify them yourself
  3. # /assets/switchbot_config.json
  4. # /res/raw/amplifyconfiguration.json
  5. # /res/raw/awsconfiguration.json
  6. SWITCHBOT_APP_API_BASE_URL = "https://l9ren7efdj.execute-api.us-east-1.amazonaws.com"
  7. SWITCHBOT_APP_COGNITO_POOL = {
  8. "PoolId": "us-east-1_x1fixo5LC",
  9. "AppClientId": "66r90hdllaj4nnlne4qna0muls",
  10. "AppClientSecret": "1v3v7vfjsiggiupkeuqvsovg084e3msbefpj9rgh611u30uug6t8",
  11. "Region": "us-east-1",
  12. }