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

10 lines
146 B
C#
Raw Normal View History

2023-04-13 11:51:03 +08:00
namespace Aitex.Core.RT.Device.Common
{
public enum DeviceOperation
{
HeaterPowerEnable = 0,
HeaterTemperatureSetPoint = 1,
Ramp = 2
}
}