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