IDOWeatherDataParamModel
Property | Type | Description |
---|---|---|
type | Int | Weather type 0x00 Other 0x01 Sunny 0x02 Cloudy 0x03 Cloudy 0x04 Rain 0x05 Heavy rain 0x06 Thunderstorm 0x07 Snow 0x08 Sleet 0x09 Typhoon 0x0A Sandstorm 0x0B Clear night 0x0C Cloudy night 0x0D Hot 0x0E Cold 0x0F breeze 0x10 strong wind 0x11 haze 0x12 shower 0x13 cloudy to sunny 0x30 thunder 0x31 hail 0x32 sand Dust 0x33 Tornado |
temp | Int | Current temperature |
maxTemp | Int | The highest temperature of the day |
minTemp | Int | The lowest temperature of the day |
humidity | Int | Current humidity |
uvIntensity | Int | Current UV intensity |
aqi | Int | Current air quality index (AQI) |
future | [IDOWeatherDataFuture] | Weather conditions for the next three days |