HDL Home App 第二版本 旧平台金堂用 正在使用
hxb
2022-08-30 25429f085093d89d543a0b90e30d0d62d1b7dac9
ZigbeeApp/Shared/Common/Logic.cs
@@ -8,6 +8,7 @@
    {
        public static List<Logic> LogicList = new List<Logic>();
        public static List<Logic> LockLogicList = new List<Logic>();
        public static List<Logic> SoneLogicList = new List<Logic>();
        public static List<ZigBee.Device.CommonDevice> LogicDviceList = new List<ZigBee.Device.CommonDevice>();
        public static Logic CurrentLogic;
        /// <summary>
@@ -17,7 +18,7 @@
        /// </summary>
        public int Result;
        /// <summary>
        /// 0.正常自动化;1.门锁自动化
        /// 0.正常自动化;1.门锁自动化;2.门锁常开.关;
        /// </summary>
        public int LogicType = 0;
        /// <summary>