From c6ff92e84b6cb2815cb98065ecb0ecf95d0689c3 Mon Sep 17 00:00:00 2001
From: WJC <wjc@hdlchina.com.cn>
Date: 星期三, 15 一月 2020 09:42:29 +0800
Subject: [PATCH] 2020-01-15-1
---
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