Add new values to the UI

This commit is contained in:
2020-07-17 12:54:50 +00:00
parent ec0b3c9eb1
commit cff381b831
6 changed files with 37 additions and 56 deletions

View File

@@ -16,4 +16,8 @@ export class WeatherReading {
Altitude: number;
SatelliteCount: number;
GpsTimestamp: Date;
WindChill: number;
HeatIndex: number;
DewPoint: number;
PressureTrend: number;
}