Add light to power chart

This commit is contained in:
2019-10-16 20:40:14 -04:00
parent 53ea63591d
commit 5282108e28
2 changed files with 32 additions and 6 deletions

View File

@@ -0,0 +1,4 @@
export class WeatherValueGrouped {
bucket: string;
averageValue: number;
}