Sic.Framework-Nanjing-Baishi/MECF.Framework.Common/Aitex/Core/RT/Device/Common/DeviceOperation.cs

10 lines
146 B
C#

namespace Aitex.Core.RT.Device.Common
{
public enum DeviceOperation
{
HeaterPowerEnable = 0,
HeaterTemperatureSetPoint = 1,
Ramp = 2
}
}