mirror of
https://github.com/pawelmalak/flame.git
synced 2026-03-09 22:13:12 +08:00
Added humidity option to weather widget
This commit is contained in:
@@ -8,4 +8,7 @@ export interface Weather extends Model {
|
||||
cloud: number;
|
||||
conditionText: string;
|
||||
conditionCode: number;
|
||||
}
|
||||
humidity: number;
|
||||
windK: number;
|
||||
windM: number;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user