CurrentWeather
Represents the current weather of the Weather object.
Attributes
Attributes
temperature
temperature
The current temperature of location.
Type: str
skycode
skycode
The sky code of weather.
Type: str
skytext
skytext
The sky text of weather.
Type: str
date
date
The date of weather.
Type: str
day
day
The day of weather.
Type: str
shortday
shortday
The short-form of day
attribute. For example, if day
attribute is "Saturday" the shortday
will be "Sat"
Type: str
observationtime
observationtime
The observation time of the weather.
Type: str
observationpoint
observationpoint
The observation point of the weather.
Type: str
feelslike
feelslike
The 'feels like' temperature of the weather.
Type: str
humidity
humidity
The humidity of the weather.
Type: str
winddisplay
winddisplay
The wind display of the weather.
Type: str
windspeed
windspeed
The wind speed of the weather.
Type: str
imageUrl
imageUrl
The image URL of the weather.
Type: str
Last updated