part of the battery250UP lib

This commit is contained in:
atef 2024-06-19 17:18:23 +02:00
parent e7cee44d50
commit cf50fab34d
1 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,8 @@
namespace InnovEnergy.Lib.Devices.Battery250Up.DataTypes;
public enum TemperatureState
{
Cold = 0,
Operation = 1,
Overheated = 2,
}