Update the configuration for rowatt project
This commit is contained in:
parent
44f5841bd4
commit
7d6bf1b991
|
|
@ -6,11 +6,10 @@ namespace InnovEnergy.App.GrowattCommunication.DataTypes;
|
|||
public class Configuration
|
||||
{
|
||||
public Double MinimumSoC { get; set; }
|
||||
public Double GridSetPoint { get; set; }
|
||||
public Double MaximumDischargingCurrent { get; set; }
|
||||
public Double MaximumChargingCurrent { get; set; }
|
||||
public EssMode OperatingPriority { get; set; }
|
||||
public required Int16 BatteriesCount { get; set; }
|
||||
public Int16 BatteriesCount { get; set; }
|
||||
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue