mirror of
https://github.com/ckaczor/HomeMonitor.git
synced 2026-01-23 01:25:39 -05:00
Add light to power chart
This commit is contained in:
4
Display/src/app/models/weather/weather-value-grouped.ts
Normal file
4
Display/src/app/models/weather/weather-value-grouped.ts
Normal file
@@ -0,0 +1,4 @@
|
||||
export class WeatherValueGrouped {
|
||||
bucket: string;
|
||||
averageValue: number;
|
||||
}
|
||||
Reference in New Issue
Block a user