old mode 100755
new mode 100644
| | |
| | | using System; |
| | | using System; |
| | | using System.Collections.Generic; |
| | | using System.IO; |
| | | using System.Threading; |
| | |
| | | instance = null; |
| | | ins_OidList = null; |
| | | HomeGateway = null; |
| | | //重置网关状态 |
| | | DriverLayer.Control.Ins.GatewayOnline = false; |
| | | SpatialInfo.CurrentSpatial.Clear(); |
| | | FunctionList.List.Clear(); |
| | | |
| | | ///切换住宅清空前住宅缓存自动化列表; |
| | | HDL_ON.UI.UI2.Intelligence.Automation.Logic.LogicList.Clear(); |
| | | if (MainPage.IsRemote) |
| | | if (HDL_ON.DriverLayer.Control.Ins.IsRemote) |
| | | { |
| | | DriverLayer.Control.Ins.IsRemote = false; |
| | | DAL.Mqtt.MqttClient.DisConnectRemote("退出登录,或者切换住宅"); |
| | | } |
| | | } |
| | |
| | | |
| | | #endregion |
| | | } |
| | | } |
| | | } |