Sic.Framework-Nanjing-Baishi/MECF.Framework.Common/MECF/Framework/Common/Device/Bases/LightType.cs

18 lines
233 B
C#

namespace MECF.Framework.Common.Device.Bases
{
public enum STLightTypes
{
Red = 0,
Yellow = 1,
Green = 2,
White = 3,
Blue = 4,
Buzzer = 5,
Buzzer1 = 6,
Buzzer2 = 7,
Buzzer3 = 8,
Buzzer4 = 9,
Buzzer5 = 10
}
}