ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Controls/DeviceControls/GatewayRowControl.cs
@@ -135,7 +135,6 @@ HdlThreadLogic.Current.RunMain(() => { //刷新控件 tempWay.GatewayOnlineFlage = true; this.RefreshControl(tempWay); }); } @@ -157,7 +156,7 @@ { this.zbGatewayId = zbway.GwId; } bool bonline = HdlGatewayLogic.Current.CheckGatewayOnlineByFlag(zbway); bool bonline = HdlGatewayLogic.Current.CheckGatewayOnlineByMemory(zbway); this.IsOnline = bonline;