| | |
| | | { |
| | | 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> |
| | |
| | | /// </summary> |
| | | public int Result; |
| | | /// <summary> |
| | | /// 0.正常自动化;1.门锁自动化 |
| | | /// 0.正常自动化;1.门锁自动化;2.门锁常开.关; |
| | | /// </summary> |
| | | public int LogicType = 0; |
| | | /// <summary> |
| | |
| | | /// <summary> |
| | | /// 推送内容 |
| | | /// </summary> |
| | | public string LogicCustomPushText; |
| | | public string LogicCustomPushText=string.Empty; |
| | | /// <summary> |
| | | /// 记录推送开关状态 |
| | | /// </summary> |
| | | public int LogicIsCustomPushText = 0; |
| | | |
| | | //public Dictionary<string, string> TimeAttribute = new Dictionary<string, string>(); |
| | | public TimeAttributeObj TimeAttribute = new TimeAttributeObj(); |