mirror of
https://github.com/ckaczor/HomeMonitor.git
synced 2026-02-02 17:24:33 -05:00
Add wind chart
This commit is contained in:
8
Display/src/app/models/weather/wind-history-grouped.ts
Normal file
8
Display/src/app/models/weather/wind-history-grouped.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
export class WindHistoryGrouped {
|
||||
bucket: string;
|
||||
minimumSpeed: number;
|
||||
averageSpeed: number;
|
||||
maximumSpeed: number;
|
||||
averageDirection: number;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user