From 9c6bd67d66859e48f0e794cd2746aef9310ce71d Mon Sep 17 00:00:00 2001
From: WJC <wjc@hdlchina.com.cn>
Date: 星期五, 13 十二月 2019 18:01:37 +0800
Subject: [PATCH] 2019-12-13-2

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

diff --git a/ZigbeeApp/Shared/Phone/ZigBee/Device/Panel.cs b/ZigbeeApp/Shared/Phone/ZigBee/Device/Panel.cs
old mode 100755
new mode 100644
index 005792d..d1ca154
--- a/ZigbeeApp/Shared/Phone/ZigBee/Device/Panel.cs
+++ b/ZigbeeApp/Shared/Phone/ZigBee/Device/Panel.cs
@@ -31,7 +31,10 @@
         /// 褰撳墠閫夋嫨妯″紡
         /// </summary>
         public string currentKeySelectModeText = "";
-
+        /// <summary>
+        /// 褰撳墠閫夋嫨鐨勬ゼ灞侷D
+        /// </summary>
+        public string currentSelectFloorId = string.Empty;
         /// <summary>
         /// 褰撳墠寮�鍏虫ā寮�
         /// </summary>
@@ -60,6 +63,47 @@
         /// 褰撳墠鎴块棿ID
         /// </summary>
         public string curSelectSceneID = "";
+
+        /// <summary>
+        /// 鏈湴妤煎眰鎴块棿缁戝畾鍒楄〃
+        /// </summary>
+        public Dictionary<int, FloorRoomBindObj> FloorRoomBindObjList = new Dictionary<int, FloorRoomBindObj> { };
+        /// <summary>
+        /// 缁戝畾鐨勬ゼ灞傛埧闂翠俊鎭�
+        /// </summary>
+        [System.Serializable]
+        public class FloorRoomBindObj
+        {
+            /// <summary>
+            /// 妤煎眰ID
+            /// </summary>
+            public string floodID;
+            /// <summary>
+            /// 妤煎眰鍚嶇О
+            /// </summary>
+            public string floodName;
+            /// <summary>
+            /// 鎴块棿ID
+            /// </summary>
+            public string roomID;
+            /// <summary>
+            /// 鎴块棿鍚嶇О
+            /// </summary>
+            public string roomName;
+            /// <summary>
+            /// 缁戝畾鐩爣ID
+            /// </summary>
+            public string BindID;
+            /// <summary>
+            /// 缁戝畾鐩爣鍚嶇О
+            /// </summary>
+            public string BindName;
+            /// <summary>
+            /// 鍥剧墖璺緞
+            /// </summary>
+            public string IconPath = "";
+
+        }
 
         // <summary>
         /// 鎸夐敭涓缁戝畾鐨勭洰鏍囧垪琛�
@@ -2636,6 +2680,7 @@
         public void ReadPanelSupportAttribute()
         {
             ReadAttri(Device.Cluster_ID.HdlKey, AttriButeId.HdlKey);
+
         }
 
         #region  璇诲彇闈㈡澘鐨勯厤缃俊鎭�

--
Gitblit v1.8.0