add heating power to hourly data
This commit is contained in:
parent
ed5e9fe6dc
commit
8c7a834d39
|
@ -19,6 +19,7 @@ public class AggregatedData
|
|||
public required Double SumChargingBatteryPower { get; set; }
|
||||
public required Double SumGridExportPower { get; set; }
|
||||
public required Double SumGridImportPower { get; set; }
|
||||
public required Double HeatingPowerAvg { get; set; }
|
||||
|
||||
|
||||
private readonly S3Config? _S3Config = Config.Load().S3;
|
||||
|
|
Loading…
Reference in New Issue