This commit is contained in:
Dominic Wong
2021-09-06 13:52:05 +01:00
parent d378ef2de5
commit ee5bd3a23f
2 changed files with 4 additions and 4 deletions

View File

@@ -102,7 +102,7 @@ message NowResponse {
bool daytime = 14;
// the weather condition
string condition = 15;
// the related icon
// the URL of the related icon. Simply prefix with either http or https to use it
string icon_url = 16;
// wind in mph
double wind_mph = 17;