Change naming to corresponding name on the Web
This commit is contained in:
parent
07e198c284
commit
6990bda8ff
|
@ -3,7 +3,7 @@ namespace InnovEnergy.Lib.Devices.Trumpf.TruConvertAc.DataTypes;
|
||||||
public enum DcPrechargeConfig : UInt16
|
public enum DcPrechargeConfig : UInt16
|
||||||
{
|
{
|
||||||
WaitForExternalPrecharge = 0,
|
WaitForExternalPrecharge = 0,
|
||||||
PrechargeDcWithSystemCtl = 1,
|
PrechargeDcWithInternal = 1,
|
||||||
PrechargeDcWithDcDcs = 2,
|
PrechargeDcWithDcDcs = 2,
|
||||||
PrechargeDcWithSystemCtlAndWait = 3,
|
PrechargeDcWithSystemCtlAndWait = 3,
|
||||||
}
|
}
|
Loading…
Reference in New Issue