Skip to content

Latest commit

 

History

History
53 lines (43 loc) · 1.96 KB

locale.md

File metadata and controls

53 lines (43 loc) · 1.96 KB

Locale Information

Retrieves the locale information of the device.

Get Locale Information

Command

Key Value Comment
method "app_get_locale"
id id Random integer which is returned in the response used to link request and response.

Example

{
    "method": "app_get_locale",
    "id": 5879
}

Response

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

Example

{
    "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
}