ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Logic/UserCenterLogic.cs
@@ -814,7 +814,7 @@ try { //断开远程Mqtt连接 ZigBee.Device.ZbGateway.DisConnectRemoteMqttClient(); await ZigBee.Device.ZbGateway.DisConnectRemoteMqttClient(); } catch { } @@ -871,9 +871,6 @@ //同步云端的网关id,如果本地拥有云端不存在的id,则表示应该被换绑了,直接删除 HdlGatewayLogic.Current.SynchronizeDbGateway(); } //初始化住宅对象 Common.Config.Instance.Home = House.GetHouseByHouseId(Common.Config.Instance.HomeId); //初始化房间(郭雪城那边不做处理,需要这里特殊执行一步) Room.RefreshAllRoomByLocation();