using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace BPASmartClient.Device { public enum AlarmTriggerType { /// /// 上升沿 /// Rising, /// /// 下降沿 /// Falling } }