From 99253403b560f761d5f9af8b4f5140496996433a Mon Sep 17 00:00:00 2001
From: 黄学彪 <hxb@hdlchina.com.cn>
Date: 星期五, 20 十一月 2020 16:49:50 +0800
Subject: [PATCH] 新云端的代码Ver1.0

---
 ZigbeeApp/Shared/Common/Room.cs |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diff --git a/ZigbeeApp/Shared/Common/Room.cs b/ZigbeeApp/Shared/Common/Room.cs
index d702206..7b4b10f 100755
--- a/ZigbeeApp/Shared/Common/Room.cs
+++ b/ZigbeeApp/Shared/Common/Room.cs
@@ -4,7 +4,8 @@
 using System.Text;
 using ZigBee.Device;
 using System.Linq;
-
+using Shared.Phone;
+
 namespace Shared.Common
 {
     /// <summary>
@@ -76,6 +77,10 @@
         /// 鎴块棿閲屾墍鏈夌殑璁惧鍒楄〃(璁惧鐨勪富閿�:mac鍦板潃_绔彛)
         /// </summary>
         public List<string> ListDevice = new List<string>();
+        /// <summary>
+        /// 鎴块棿鍐呮墍鏈夎澶囩殑Mac鍒楄〃(鐗╃悊璁惧鎵�鍦ㄧ殑鍖哄煙涓撶敤,鍚綉鍏�)
+        /// </summary>
+        public List<string> ListDeviceMac = new List<string>();
         /// <summary>
         ///鍦烘櫙鍒楄〃(鍦烘櫙鐨処D)
         /// </summary>

--
Gitblit v1.8.0