ZigbeeApp/Shared/Common/Room.cs
@@ -4,8 +4,7 @@ using System.Text; using ZigBee.Device; using System.Linq; using Shared.Phone; namespace Shared.Common { /// <summary> @@ -77,10 +76,6 @@ /// 房间里所有的设备列表(设备的主键:mac地址_端口) /// </summary> public List<string> ListDevice = new List<string>(); /// <summary> /// 房间内所有设备的Mac列表(物理设备所在的区域专用,含网关) /// </summary> public List<string> ListDeviceMac = new List<string>(); /// <summary> ///场景列表(场景的ID) /// </summary>