Innovenergy_trunk/csharp/App/SinexcelCommunication/DeviceState.cs

8 lines
118 B
C#

namespace InnovEnergy.App.SinexcelCommunication;
public enum DeviceState
{
Disabled,
Measured,
Computed
}