WeatherWidget temp unit. WeatherSettings update on change

This commit is contained in:
unknown
2021-06-07 12:17:10 +02:00
parent 08c769b630
commit d2e6ebae4f
8 changed files with 68 additions and 24 deletions

View File

@@ -5,6 +5,7 @@ export interface Weather extends Model {
tempC: number;
tempF: number;
isDay: number;
cloud: number;
conditionText: string;
conditionCode: number;
}