HDL Home App 第二版本 旧平台金堂用 正在使用
hxb
2022-08-30 25429f085093d89d543a0b90e30d0d62d1b7dac9
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>