[miio] add new country server and improve readme (#8816)
* [miio] add new country server and improve readme * [miio] apply spotless Signed-off-by: Marcel Verpaalen <marcel@verpaalen.com>
This commit is contained in:
@@ -56,7 +56,7 @@ public class CloudConnector {
|
||||
|
||||
private String username = "";
|
||||
private String password = "";
|
||||
private String country = "ru,us,tw,sg,cn,de";
|
||||
private String country = "ru,us,tw,sg,cn,de,i2";
|
||||
private List<CloudDeviceDTO> deviceList = new ArrayList<>();
|
||||
private boolean connected;
|
||||
private final HttpClient httpClient;
|
||||
|
||||
@@ -18,7 +18,8 @@
|
||||
</parameter>
|
||||
<parameter name="country" type="text">
|
||||
<label>Xiaomi server country</label>
|
||||
<description>Xiaomi server country(s) (e.g. sg,de). Separate multiple servers with comma</description>
|
||||
<description>Xiaomi server country(s) (e.g. sg,de). Separate multiple servers with comma. Leave empty for all. See
|
||||
binding readme for country to server mapping</description>
|
||||
<required>false</required>
|
||||
</parameter>
|
||||
</config-description>
|
||||
|
||||
Reference in New Issue
Block a user