Innovenergy_trunk/csharp/Lib/Devices/Battery48TL/LedState.cs

9 lines
159 B
C#

namespace InnovEnergy.Lib.Devices.Battery48TL;
public enum LedState
{
Off = 0,
On = 1,
BlinkingSlow = 2,
BlinkingFast = 3
}