From e5f993f52e09eb46878baced83bb8492f147d41c Mon Sep 17 00:00:00 2001
From: WJC <wjc@hdlchina.com.cn>
Date: 星期一, 04 十一月 2019 17:58:40 +0800
Subject: [PATCH] 2019-11-04-1

---
 ZigbeeApp/Shared/Phone/ZigBee/Device/Panel.cs |   59 ++++++++++++++++++++++++++++++++++++++++++++++++++++++-----
 1 files changed, 54 insertions(+), 5 deletions(-)

diff --git a/ZigbeeApp/Shared/Phone/ZigBee/Device/Panel.cs b/ZigbeeApp/Shared/Phone/ZigBee/Device/Panel.cs
index 45f8787..005792d 100755
--- a/ZigbeeApp/Shared/Phone/ZigBee/Device/Panel.cs
+++ b/ZigbeeApp/Shared/Phone/ZigBee/Device/Panel.cs
@@ -2,6 +2,7 @@
 using System.Collections.Generic;
 using System.Threading.Tasks;
 using Newtonsoft.Json.Linq;
+using Shared.Common;
 
 namespace ZigBee.Device
 {
@@ -27,6 +28,40 @@
         public int panelBacklightLevel = -1;
 
         /// <summary>
+        /// 褰撳墠閫夋嫨妯″紡
+        /// </summary>
+        public string currentKeySelectModeText = "";
+
+        /// <summary>
+        /// 褰撳墠寮�鍏虫ā寮�
+        /// </summary>
+        public string CurrentSwitchMode = "";
+        /// <summary>
+        /// 褰撳墠灞炴�фā寮�
+        /// </summary>
+        public int currentClusterID;
+
+        /// <summary>
+        /// 褰撳墠璋冨厜妯″紡
+        /// </summary>
+        public string CurrentDimmerMode = "";
+
+        /// <summary>
+        /// 褰撳墠閬槼妯″紡
+        /// </summary>
+        public string CurrentCurtainMode = "";
+
+        /// <summary>
+        /// 褰撳墠鎴块棿ID
+        /// </summary>
+        public string RoomId = "";
+
+        /// <summary>
+        /// 褰撳墠鎴块棿ID
+        /// </summary>
+        public string curSelectSceneID = "";
+
+        // <summary>
         /// 鎸夐敭涓缁戝畾鐨勭洰鏍囧垪琛�
         /// </summary>
         public System.Collections.Generic.List<BindListResponseObj> bindList = new System.Collections.Generic.List<BindListResponseObj> { };
@@ -2544,20 +2579,30 @@
             /// 寮�鍏崇被鍨嬧�斺�斿彇鍙�.
             /// </summary>
             OnOff_OnOff = 102,
-
             /// <summary>
-            /// 浜害绫诲瀷鈥斺�旇皟澶�.
+            /// 浜害绫诲瀷鈥斺�旀寜绛夌骇璋冨ぇ.
             /// </summary>
             Level_Step_Up = 200,
             /// <summary>
-            /// 浜害绫诲瀷鈥斺�旇皟灏�.
+            /// 浜害绫诲瀷鈥斺�旀寜绛夌骇璋冨皬.
             /// </summary>
             Level_Step_Down = 201,
             /// <summary>
-            /// 浜害绫诲瀷鈥斺�斿彇鍙�.
+            /// 浜害绫诲瀷鈥斺�旀寜绛夌骇鍙栧弽.
             /// </summary>
             Level_Step_Up_Down = 202,
-
+            /// <summary>
+            /// 浜害绫诲瀷鈥斺�斿彇鍙�.
+            /// </summary>
+            Level_Up = 203,
+            /// <summary>
+            /// 浜害绫诲瀷鈥斺�斿彇鍙�.
+            /// </summary>
+            Level_Down = 204,
+            /// <summary>
+            /// 浜害绫诲瀷鈥斺�斿彇鍙�.
+            /// </summary>
+            Level_Up_Down = 205,
             /// <summary>
             /// 绐楀笜绫诲瀷鈥斺�斿紑.
             /// </summary>
@@ -2578,6 +2623,10 @@
             /// 绐楀笜绫诲瀷鈥斺�斾笅闄嶅仠姝�.
             /// </summary>
             Wcd_Down_Stop = 304,
+            /// <summary>
+            /// 绐楀笜绫诲瀷鈥斺�斾笅闄嶅仠姝�.
+            /// </summary>
+            Default = 65535,
         }
         #endregion
 

--
Gitblit v1.8.0