fixed chart names and added extra battery properties.

This commit is contained in:
douwe
2026-04-14 19:38:13 +02:00
parent 992b7f02ea
commit b89ab1062c
6 changed files with 33718 additions and 76 deletions

View File

@@ -5,7 +5,7 @@ namespace BattSim.Models
public class EnergyData
{
public DateTime Time { get; set; }
public bool DayTarif { get; set; }
public bool DayTariff { get; set; }
public double Consumption { get; set; }
public double Production { get; set; }
}