mirror of
https://github.com/ckaczor/HomeMonitor.git
synced 2026-01-14 01:25:38 -05:00
More UI work and start preparing for deployment
This commit is contained in:
@@ -1,7 +1,9 @@
|
||||
import WindDirectionNumber from './wind-direction-number';
|
||||
|
||||
export default interface WindHistoryGrouped {
|
||||
bucket: string;
|
||||
minimumSpeed: number;
|
||||
averageSpeed: number;
|
||||
maximumSpeed: number;
|
||||
averageDirection: number;
|
||||
averageDirection: WindDirectionNumber;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user