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