HDL Home App 第二版本 旧平台金堂用 正在使用
黄学彪
2020-12-14 e90209beae6a4e822cecb18e6889f8bda23f630e
ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Resourse/GatewayResourse.cs
File was renamed from ZigbeeApp/Shared/Phone/Common/Resourse/HdlGatewayResourse.cs
@@ -3,12 +3,12 @@
using System.Text;
using ZigBee.Device;
namespace Shared.Phone
namespace Shared.Phone.UserCenter
{
    /// <summary>
    /// 网关的Resourse
    /// </summary>
    public class HdlGatewayResourse
    public class GatewayResourse
    {
        /// <summary>
        /// 当前选择的网关ID
@@ -18,9 +18,5 @@
        /// APP最后选择的网关ID(或许这个变量是设备管理界面专用的)
        /// </summary>
        public static string AppOldSelectGatewayId = string.Empty;
        /// <summary>
        /// 测试能否广播得到网关,通常情况下为null
        /// </summary>
        public static Dictionary<string, ZbGateway> DicReceiveGatewayTest = null;
    }
}