Skip to content

Commit

Permalink
Merge pull request #13 from raghavrithvik/master
Browse files Browse the repository at this point in the history
added US & HK region
  • Loading branch information
kairoaraujo authored Jul 7, 2021
2 parents 2a8f8a7 + 0bce6ce commit 42b8778
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions kodaksmarthome/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,20 @@
"URL_AUTH": "https://app-eu.kodaksmarthome.com/web/authenticate",
"URL_DEVICES": "https://app-eu.kodaksmarthome.com/web/user/device",
"URL_LOGOUT": "https://app-eu.kodaksmarthome.com/web/#/user/logout",
},
"US": {
"URL": "https://app-us.kodaksmarthome.com/web",
"URL_TOKEN": "https://api-t01-r3.perimetersafe.com/v1/oauth/token",
"URL_AUTH": "https://app-us.kodaksmarthome.com/web/authenticate",
"URL_DEVICES": "https://app-us.kodaksmarthome.com/web/user/device",
"URL_LOGOUT": "https://app-us.kodaksmarthome.com/web/#/user/logout",
},
"HK": {
"URL": "https://app-hk.kodaksmarthome.com/web",
"URL_TOKEN": "https://api-t01-r3.perimetersafe.com/v1/oauth/token",
"URL_AUTH": "https://app-hk.kodaksmarthome.com/web/authenticate",
"URL_DEVICES": "https://app-hk.kodaksmarthome.com/web/user/device",
"URL_LOGOUT": "https://app-.kodaksmarthome.com/web/#/user/logout",
}
}

Expand Down

0 comments on commit 42b8778

Please sign in to comment.