ZigbeeApp/Shared/Phone/UserCenter/Gateway/Manage/GatewayListForm.cs
@@ -355,7 +355,7 @@ { return; } bool online = HdlGatewayLogic.Current.CheckGatewayOnlineByFlag(way); bool online = HdlGatewayLogic.Current.CheckGatewayOnlineByMemory(way); this.GatewayOnlinePush(way, online, true); } //网关新版本检测 @@ -401,7 +401,7 @@ { return; } if (HdlGatewayLogic.Current.CheckGatewayOnlineByFlag(way) == false) if (HdlGatewayLogic.Current.CheckGatewayOnlineByMemory(way) == false) { //不在线的不用理它 continue;