Weather API fixes (#386)

* add wind to forecast

* missing
This commit is contained in:
Dominic Wong
2022-02-21 16:49:50 +00:00
committed by GitHub
parent f680405f5e
commit 3b7bafbd00
3 changed files with 98 additions and 59 deletions

View File

@@ -36,6 +36,10 @@ message Forecast {
string sunrise = 12;
// time of sunset
string sunset = 13;
// max wind speed mph
double max_wind_mph = 14;
// max wind speed kph
double max_wind_kph = 15;
}
// Get the weather forecast for the next 1-10 days