Sic.Framework-Nanjing-Baishi/MECF.Framework.Common/Aitex/Core/Common/DeviceData/AITPumpOperation.cs

11 lines
144 B
C#
Raw Normal View History

2023-04-13 11:51:03 +08:00
namespace Aitex.Core.Common.DeviceData
{
public enum AITPumpOperation
{
SetOnOff = 0,
SetPowerOnOff = 1,
PumpOn = 2,
PumpOff = 3
}
}