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

8 lines
143 B
C#
Raw Normal View History

2023-04-04 11:16:10 +00:00
namespace InnovEnergy.Lib.Devices.Battery48TL;
public enum TemperatureState
{
Cold = 0,
OperatingTemperature = 1,
Overheated =2,
}