fixed chart names and added extra battery properties.
This commit is contained in:
@@ -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; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user