| | |
| | | public class Logic |
| | | { |
| | | public static List<Logic> LogicList = new List<Logic>(); |
| | | public static List<Logic> LockLogicList = 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> |
| | | /// 1正常自动化;2推荐模板自动化; |
| | | /// 0.正常自动化;1.门锁自动化 |
| | | /// </summary> |
| | | public int LogicType=1; |
| | | public int LogicType = 0; |
| | | /// <summary> |
| | | /// 逻辑ID |
| | | /// </summary> |
| | |
| | | public class TimeAttributeObj |
| | | { |
| | | public int Calendar; |
| | | public int Repeat=2; |
| | | public int Repeat = 2; |
| | | public int WeekDay; |
| | | public int SetYear; |
| | | public int MonthDate; |
| | |
| | | } |
| | | |
| | | |
| | | } |
| | | } |