Get weather settings
Returns weather setting displayed on the main screen. Device uses [Accuweather API (https://developer.accuweather.com/) to get weather information.
- This feature is available only in AA-14FB panel
Responses
- 200
- 401
- 403
- 404
OK
- application/json
- Schema
- Example (from schema)
- Weather settings
Schema
- measure object- Weather measurement parameters dimension string- Possible values: [ - metrical,- imperial]- Unit measurement system temperature string- Possible values: [ - celsius,- fahrenheit]- Temperature unit 
- is_enabled booleanIs weather displayed on device 
- location object- Device location settings key string- Location key for city name string- Location city name 
{
  "measure": {
    "dimension": "metrical",
    "temperature": "celsius"
  },
  "is_enabled": true,
  "location": {
    "key": "328328",
    "name": "London(United Kingdom - London)"
  }
}
{
  "measure": {
    "dimension": "metrical",
    "temperature": "celsius"
  },
  "is_enabled": true,
  "location": {
    "key": "328328",
    "name": "London(United Kingdom - London)"
  }
}
Unauthorized request. Log In
- application/json
- Schema
- Example (from schema)
- Log In
Schema
- error stringError message 
{
  "error": "Log In"
}
{
  "error": "Log In"
}
Administrator rights required. You are currently logged in with different user account. Log In with administrator rights
- application/json
- Schema
- Example (from schema)
- Admin Rights Required
Schema
- error stringError message 
{
  "error": "Administrator rights required"
}
{
  "error": "Administrator rights required"
}
This feature is disabled on your device
Loading...