Update the Configuration for RabbitMQ manager. for sinexcel project
This commit is contained in:
parent
c496f9b398
commit
44f5841bd4
|
|
@ -1,12 +1,13 @@
|
||||||
|
using InnovEnergy.Lib.Devices.Sinexcel_12K_TL.DataType;
|
||||||
|
|
||||||
namespace InnovEnergy.App.SinexcelCommunication.DataTypes;
|
namespace InnovEnergy.App.SinexcelCommunication.DataTypes;
|
||||||
|
|
||||||
public class Configuration
|
public class Configuration
|
||||||
{
|
{
|
||||||
public Double MinimumSoC { get; set; }
|
public Double MinimumSoC { get; set; }
|
||||||
public Double GridSetPoint { get; set; }
|
public Double MaximumDischargingCurrent { get; set; }
|
||||||
// public Double MaximumDischargingCurrent { get; set; }
|
public Double MaximumChargingCurrent { get; set; }
|
||||||
// public Double MaximumChargingCurrent { get; set; }
|
public WorkingMode OperatingPriority { get; set; }
|
||||||
// public EssMode OperatingPriority { get; set; }
|
public Int16 BatteriesCount { get; set; }
|
||||||
// public required Int16 BatteriesCount { get; set; }
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue