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