Retrieves the locale information of the device.
Key |
Value |
Comment |
method |
"app_get_locale" |
|
id |
id |
Random integer which is returned in the response used to link request and response. |
{
"method": "app_get_locale",
"id": 5879
}
Key |
Example |
Description |
Only available for |
name |
custom_A.03.0070_CE |
? |
|
bom |
A.03.0070 |
Parts list ID of the robot |
|
location |
de |
Setted location |
|
language |
en |
Setted language |
|
wifiplan |
_ _ |
? |
|
timezone |
Europe/Berlin |
Setted time zone |
|
logserver |
awsde0.fds.api.xiaomi.com |
URL to the server |
|
featureset |
1 |
? |
s5e |
{
"result": [{
"name": "custom_A.03.0070_CE",
"bom": "A.03.0070",
"location": "de",
"language": "en",
"wifiplan": "",
"timezone": "Europe/Berlin",
"logserver": "awsde0.fds.api.xiaomi.com",
"featureset": 1
}
],
"id": 5879
}