Added humidity option to weather widget

This commit is contained in:
Paweł Malak
2021-11-18 15:14:53 +01:00
parent a549149452
commit 5cf7708ab8
11 changed files with 68 additions and 20 deletions

View File

@@ -8,4 +8,7 @@ export interface Weather extends Model {
cloud: number;
conditionText: string;
conditionCode: number;
}
humidity: number;
windK: number;
windM: number;
}