HDL Home App 第二版本 旧平台金堂用 正在使用
hxb
2022-08-25 c2a220d25e2b780cd7b13030666c6cdd08a58519
ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Logic/HdlWifiLogic.cs
@@ -38,13 +38,14 @@
        {
            get
            {
                string myId = this.SSID;
                //string myId = this.SSID;
                if (myId != null && myId.StartsWith("hdlZigbeeGW") == true)
                {
                    return true;
                }
                return false;
                //if (myId != null && myId.StartsWith("hdlZigbeeGW") == true)
                //{
                //    return true;
                //}
                //2021.03.22 个人决定,不再检测这个东西
                return true;
            }
        }
@@ -55,13 +56,14 @@
        {
            get
            {
                string myId = this.SSID;
                //string myId = this.SSID;
                if (myId != null && myId.StartsWith("hdlZigbeeGW-") == true)
                {
                    return true;
                }
                return false;
                //if (myId != null && myId.StartsWith("hdlZigbeeGW-") == true)
                //{
                //    return true;
                //}
                //2021.03.22 个人决定,不再检测这个东西
                return true;
            }
        }