Added precipitation probability to forcast (#6131)

This commit is contained in:
marawan31 2020-06-17 03:02:44 -04:00 committed by GitHub
parent 2bc97cc9c8
commit 9ff2eece3a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -302,6 +302,7 @@ interface ForecastAttribute {
datetime: string; datetime: string;
templow?: number; templow?: number;
precipitation?: number; precipitation?: number;
precipitation_probability?: number;
humidity?: number; humidity?: number;
condition?: string; condition?: string;
} }