Add power chart

This commit is contained in:
2019-10-15 21:00:18 -04:00
parent f1ec429087
commit d9fd889741
14 changed files with 319 additions and 6 deletions

View File

@@ -0,0 +1,5 @@
export class PowerStatusGrouped {
bucket: string;
averageGeneration: number;
averageConsumption: number;
}