HDL Home App 第二版本 旧平台金堂用 正在使用
黄学彪
2020-12-14 e90209beae6a4e822cecb18e6889f8bda23f630e
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>