From 94e4e5b9fd3da964c44b7b14227d6fe2bbb426d7 Mon Sep 17 00:00:00 2001 From: WJC <wjc@hdlchina.com.cn> Date: 星期四, 02 四月 2020 13:56:39 +0800 Subject: [PATCH] 2020-04-02-2 --- ZigbeeApp/Shared/Common/Logic.cs | 13 +++++++++++-- 1 files changed, 11 insertions(+), 2 deletions(-) diff --git a/ZigbeeApp/Shared/Common/Logic.cs b/ZigbeeApp/Shared/Common/Logic.cs index 4fe1ac6..da5d19a 100644 --- a/ZigbeeApp/Shared/Common/Logic.cs +++ b/ZigbeeApp/Shared/Common/Logic.cs @@ -17,7 +17,7 @@ /// </summary> public int Result; /// <summary> - /// 0.姝e父鑷姩鍖�;1.闂ㄩ攣鑷姩鍖� + /// 0.姝e父鑷姩鍖�;1.闂ㄩ攣鑷姩鍖�;2.闂ㄩ攣甯稿紑.鍏�; /// </summary> public int LogicType = 0; /// <summary> @@ -33,6 +33,11 @@ public int IsEnable; /// <summary> + /// 0.姝e父鑷姩鍖�;1.闂ㄩ攣鑷姩鍖�;2.闂ㄩ攣甯稿紑.鍏�; + /// </summary> + // public int LogicStatus; + + /// <summary> ///閫昏緫鍚嶇О /// </summary> public string LogicName; @@ -46,7 +51,11 @@ /// <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(); -- Gitblit v1.8.0