mirror of
https://github.com/pawelmalak/flame.git
synced 2026-03-06 12:33:12 +08:00
WeatherWidget temp unit. WeatherSettings update on change
This commit is contained in:
@@ -5,6 +5,7 @@ export interface Weather extends Model {
|
||||
tempC: number;
|
||||
tempF: number;
|
||||
isDay: number;
|
||||
cloud: number;
|
||||
conditionText: string;
|
||||
conditionCode: number;
|
||||
}
|
||||
Reference in New Issue
Block a user