Innovenergy_trunk/csharp/Lib/Devices/Trumpf/TruConvert/AlarmState.cs

13 lines
232 B
C#

namespace InnovEnergy.Lib.Devices.Trumpf.TruConvert;
public enum InverterAlarmState : UInt16
{
AlarmOff = 0,
ResetAlarmAc = 1,
}
public enum DcAlarmState : UInt16
{
AlarmOff = 0,
ResetAlarmDc = 1,
}