Skip to content

Commit

Permalink
Add new regions for wizard
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonacox committed Oct 12, 2021
1 parent 5244bda commit 794c0ac
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,16 @@

## v1.2.10 - Unreleased

* Added ability to disable device auto-detect (default vs device22) via `disabledetect=True`.
* Added ability to disable device auto-detect (default vs device22) via `d.disabledetect=True`.
* Wizard: Added new data center regions for Tuya Cloud
Code | Region | Endpoint
-- | -- | --
cn | China Data Center | https://openapi.tuyacn.com
us | Western America Data Center | https://openapi.tuyaus.com
us-e | Eastern America Data Center | https://openapi-ueaz.tuyaus.com
eu | Central Europe Data Center | https://openapi.tuyaeu.com
eu-w | Western Europe Data Center | https://openapi-weaz.tuyaeu.com
in | India Data Center | https://openapi.tuyain.com

## v1.2.9 - Edge Case Device Support

Expand Down

0 comments on commit 794c0ac

Please sign in to comment.