This commit is contained in:
Dominic Wong
2021-09-06 13:56:42 +01:00
parent ee5bd3a23f
commit 5c2483e67e
2 changed files with 2 additions and 2 deletions

View File

@@ -30,7 +30,7 @@ message Forecast {
int32 chance_of_rain = 9;
// forecast condition
string condition = 10;
// forecast condition icon
// the URL of forecast condition icon. Simply prefix with either http or https to use it
string icon_url = 11;
// time of sunrise
string sunrise = 12;