Skip to content

Commit

Permalink
fix(models): hourly missing skycon
Browse files Browse the repository at this point in the history
  • Loading branch information
ringsaturn committed Jan 29, 2021
1 parent 2281eb1 commit 816ab08
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cy_weather_api/models/hourly.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ class cyWeatherAPIResponseHourlyStruct:
temperature: List[cyWeatherAPIResponseHourlySimpleDatetimeValuePair]
humidity: List[cyWeatherAPIResponseHourlySimpleDatetimeValuePair]
cloudrate: List[cyWeatherAPIResponseHourlySimpleDatetimeValuePair]
skycon: List[cyWeatherAPIResponseHourlySimpleDatetimeValuePair]
pressure: List[cyWeatherAPIResponseHourlySimpleDatetimeValuePair]
visibility: List[cyWeatherAPIResponseHourlySimpleDatetimeValuePair]
dswrf: List[cyWeatherAPIResponseHourlySimpleDatetimeValuePair]
Expand Down

0 comments on commit 816ab08

Please sign in to comment.