mirror of
https://github.com/ckaczor/HomeMonitor.git
synced 2026-01-19 09:35:38 -05:00
Add dashboard pressure trend arrow
This commit is contained in:
3
Display/src/app/models/weather/weather-value-type.ts
Normal file
3
Display/src/app/models/weather/weather-value-type.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
export enum WeatherValueType {
|
||||
Pressure = 'Pressure'
|
||||
}
|
||||
@@ -1,4 +1,4 @@
|
||||
export class WeatherValue {
|
||||
bucket: string;
|
||||
averageValue: number;
|
||||
timestamp: string;
|
||||
value: number;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user