From cc1012b077a91793c0edd6001cdf019e6bd9a57d Mon Sep 17 00:00:00 2001
From: lss <316519258@qq.com>
Date: 星期五, 29 五月 2020 18:02:13 +0800
Subject: [PATCH] 2020.05.29

---
 ZigbeeApp/Shared/Phone/UserCenter/SmartSound/SmartSound.cs |   26 +++++++++++++++++++++++++-
 1 files changed, 25 insertions(+), 1 deletions(-)

diff --git a/ZigbeeApp/Shared/Phone/UserCenter/SmartSound/SmartSound.cs b/ZigbeeApp/Shared/Phone/UserCenter/SmartSound/SmartSound.cs
index ad230fd..68c584f 100644
--- a/ZigbeeApp/Shared/Phone/UserCenter/SmartSound/SmartSound.cs
+++ b/ZigbeeApp/Shared/Phone/UserCenter/SmartSound/SmartSound.cs
@@ -5,6 +5,15 @@
 {
     public class SmartSound
     {
+        /// <summary>
+        /// 鏈湴鎵�鏈夌殑鏁版嵁
+        /// </summary>
+        public static List<Layer> LocaData = new List<Layer>();
+        /// <summary>
+        /// 褰撳墠浣跨敤鐨勬暟鎹�(鏈嶅姟鍣ㄥ悓姝ヤ笅鏉ョ殑鏁版嵁/褰撳墠琚�変腑鐨勬暟鎹�)
+        /// </summary>
+        public static List<Layer> CurretnData = new List<Layer>();
+
         public SmartSound()
         {
         }
@@ -21,6 +30,10 @@
 
         public class Room
         {
+            /// <summary>
+            /// 閫変腑鐨勬埧闂�
+            /// </summary>
+            public bool Checked = false;
             public string RoomID;
             public string RoomName;
             public List<Device> DeviceList = new List<Device>();
@@ -29,6 +42,10 @@
 
         public class Device
         {
+            /// <summary>
+            /// 閫変腑鐨勮澶�
+            /// </summary>
+            public bool Checked = false;
             public string Id;
             public string DeviceAddress;
             public int Epoint;
@@ -36,12 +53,19 @@
             public string DeviceName;
             public string NicksName;
             public string GatewayID;
+            /// <summary>
+            /// 1=寮�鍏崇伅锛�2=璋冨厜鐏紝3=RGB 鐏紝4=绐楀笜妯″潡锛�5=寮�鍚堝笜锛�6=鍗峰笜锛�7=绌鸿皟锛�8=闈㈡澘锛�9=鏂伴
+            /// </summary>
             public int DeviceType;
             public string RoomID;
         }
 
         public class Scene
         {
+            /// <summary>
+            /// 閫変腑鐨勫満鏅�
+            /// </summary>
+            public bool Checked = false;
             public string Id;
             public string SceneName;
             public int SceneID;
@@ -52,4 +76,4 @@
         }
 
     }
-}                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                
\ No newline at end of file
+}
\ No newline at end of file

--
Gitblit v1.8.0