HDL Home App 第二版本 旧平台金堂用 正在使用
陈嘉乐
2020-12-29 71c7ad13169695913282962a460858e13b6c0969
ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Controls/DeviceControls/GatewayRowControl.cs
old mode 100755 new mode 100644
@@ -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;