From f1c3921b08bb22ac6f5db22d620e01d7e8e5c49f Mon Sep 17 00:00:00 2001 From: WJC <wjc@hdlchina.com.cn> Date: 星期一, 30 十二月 2019 13:32:33 +0800 Subject: [PATCH] 2019-12-30-1 --- ZigbeeApp/Shared/Common/Logic.cs | 11 ++++++----- 1 files changed, 6 insertions(+), 5 deletions(-) diff --git a/ZigbeeApp/Shared/Common/Logic.cs b/ZigbeeApp/Shared/Common/Logic.cs index e7805cc..42c01e0 100644 --- a/ZigbeeApp/Shared/Common/Logic.cs +++ b/ZigbeeApp/Shared/Common/Logic.cs @@ -7,6 +7,7 @@ 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> @@ -16,9 +17,9 @@ /// </summary> public int Result; /// <summary> - /// 1姝e父鑷姩鍖�;2鎺ㄨ崘妯℃澘鑷姩鍖�; + /// 0.姝e父鑷姩鍖�;1.闂ㄩ攣鑷姩鍖� /// </summary> - public int LogicType=1; + public int LogicType = 0; /// <summary> /// 閫昏緫ID /// </summary> @@ -45,7 +46,7 @@ /// <summary> /// 鎺ㄩ�佸唴瀹� /// </summary> - public string LogicCustomPushText; + public string LogicCustomPushText=string.Empty; //public Dictionary<string, string> TimeAttribute = new Dictionary<string, string>(); public TimeAttributeObj TimeAttribute = new TimeAttributeObj(); @@ -73,7 +74,7 @@ public class TimeAttributeObj { public int Calendar; - public int Repeat=2; + public int Repeat = 2; public int WeekDay; public int SetYear; public int MonthDate; @@ -82,4 +83,4 @@ } - } +} -- Gitblit v1.8.0