Get weather settings
Set weather settings This feature is available only in AA-14FB panel
Responses
- 200
- 400
- 401
- 403
OK
- application/json
- Schema
- Example (from schema)
Schema
measure object
dimension stringtemperature stringPossible values: [
celsius
,fahrenheit
]- is_enabled boolean
location object
key stringLocation key from AccuWeather
name string
{
"measure": {
"dimension": [
"metrical",
"imperial"
],
"temperature": "celsius"
},
"is_enabled": true,
"location": {
"key": 12344,
"name": "Krivoy Rog"
}
}
Wrong JSON body. No field
Log in
Administrator rights required
Loading...