Add rain to weather chart

This commit is contained in:
2019-10-08 19:41:38 -04:00
parent f2b47e863e
commit 1cbdd12a9a
2 changed files with 27 additions and 3 deletions

View File

@@ -5,4 +5,5 @@ export class WeatherReadingGrouped {
averageLightLevel: number;
averageHumidity: number;
averageHumidityTemperature: number;
rainTotal: number;
}