Update the configuration for rowatt project

This commit is contained in:
atef 2025-11-12 15:53:15 +01:00
parent 44f5841bd4
commit 7d6bf1b991
1 changed files with 1 additions and 2 deletions

View File

@ -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; }
}