The DailyWeather struct provides the daily weather details. The JSON strings are expected to serialize into this struct.
More...
#include <AppWeatherRequest.h>
|
QString | date |
| The date.
|
|
QString | textDay |
| Daytime weather description.
|
|
QString | textNight |
| Nighttime weather description.
|
|
QString | high |
| High temperature.
|
|
QString | low |
| Low temperature.
|
|
QString | windDirection |
| Wind direction.
|
|
QString | windScale |
| Wind scale.
|
|
QString | humidity |
| Humidity percentage.
|
|
The DailyWeather struct provides the daily weather details. The JSON strings are expected to serialize into this struct.
The documentation for this struct was generated from the following file: