remove leftover HeatingCurrent

This commit is contained in:
ig 2023-08-30 15:13:10 +02:00
parent 3c47089bcf
commit 71ba569085
1 changed files with 1 additions and 3 deletions

View File

@ -1,7 +1,6 @@
using InnovEnergy.Lib.Units;
using InnovEnergy.Lib.Units.Composite;
using InnovEnergy.Lib.Units.Power;
using InnovEnergy.Lib.Utils;
namespace InnovEnergy.Lib.Devices.Battery48TL;
@ -36,7 +35,6 @@ public class Battery48TlRecords
public Percent Soc { get; init; }
public Percent CurrentMinSoc { get; init; }
public Temperature Temperature { get; init; }
public Current HeatingCurrent { get; init; }
public DcPower HeatingPower { get; init; }
public IReadOnlyList<Battery48TlRecord> Devices { get; init; }