part of the battery250UP lib
This commit is contained in:
parent
e7cee44d50
commit
cf50fab34d
|
@ -0,0 +1,8 @@
|
||||||
|
namespace InnovEnergy.Lib.Devices.Battery250Up.DataTypes;
|
||||||
|
|
||||||
|
public enum TemperatureState
|
||||||
|
{
|
||||||
|
Cold = 0,
|
||||||
|
Operation = 1,
|
||||||
|
Overheated = 2,
|
||||||
|
}
|
Loading…
Reference in New Issue