29 lines
850 B
C#
29 lines
850 B
C#
|
|
|
|
// ReSharper disable IdentifierTypo
|
|
// ReSharper disable UnusedAutoPropertyAccessor.Global
|
|
// ReSharper disable InconsistentNaming
|
|
|
|
|
|
namespace InnovEnergy.Meiringen.Records;
|
|
|
|
public class WarningsOld : BatteryRecordOld
|
|
{
|
|
public String Installation { get; set; }
|
|
public String BatteryId { get; set; }
|
|
|
|
public Boolean TaM1 { get; set; }
|
|
public Boolean TbM1 { get; set; }
|
|
public Boolean VBm1 { get; set; }
|
|
public Boolean VBM1 { get; set; }
|
|
public Boolean IDM1 { get; set; }
|
|
public Boolean vsM1 { get; set; }
|
|
public Boolean iCM1 { get; set; }
|
|
public Boolean iDM1 { get; set; }
|
|
public Boolean MID1 { get; set; }
|
|
public Boolean BLPW { get; set; }
|
|
public Boolean Ah_W { get; set; }
|
|
public Boolean MPMM { get; set; }
|
|
public Boolean TCMM { get; set; }
|
|
public Boolean TCdi { get; set; }
|
|
} |