mirror of
https://github.com/ckaczor/HomeMonitor.git
synced 2026-01-16 17:23:24 -05:00
Separate historical from current
This commit is contained in:
@@ -1,10 +1,12 @@
|
||||
import WindDirection from './wind-direction';
|
||||
|
||||
export default interface WeatherAggregates {
|
||||
humidity: WeatherAggregate;
|
||||
temperature: WeatherAggregate;
|
||||
pressure: WeatherAggregate;
|
||||
light: WeatherAggregate;
|
||||
windSpeed: WeatherAggregate;
|
||||
windDirectionAverage: number;
|
||||
windDirectionAverage: WindDirection;
|
||||
rainTotal: number;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user