From 1c2b6fa69a7002315d4b3ecb883c255c65eceafa Mon Sep 17 00:00:00 2001 From: lss <316519258@qq.com> Date: 星期三, 03 六月 2020 10:58:18 +0800 Subject: [PATCH] 2020.06.03 --- 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