delete device state for sinexcel project. not needed

This commit is contained in:
atef 2025-11-12 15:55:31 +01:00
parent 92b9265a67
commit ce62bb5687
1 changed files with 0 additions and 8 deletions

View File

@ -1,8 +0,0 @@
namespace InnovEnergy.App.SinexcelCommunication;
public enum DeviceState
{
Disabled,
Measured,
Computed
}