From 388ece21a0c608c2571775137a89ad32ca0cedd8 Mon Sep 17 00:00:00 2001 From: 陈嘉乐 <cjl@hdlchina.com.cn> Date: 星期一, 11 一月 2021 14:35:23 +0800 Subject: [PATCH] 2021-1-11-2 --- HDL_ON/DAL/DriverLayer/Packet.cs | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/HDL_ON/DAL/DriverLayer/Packet.cs b/HDL_ON/DAL/DriverLayer/Packet.cs index f229efc..6164b0e 100644 --- a/HDL_ON/DAL/DriverLayer/Packet.cs +++ b/HDL_ON/DAL/DriverLayer/Packet.cs @@ -572,6 +572,8 @@ MainPage.Log($"name : {Name} ; mac : {mac}"); if (DB_ResidenceData.Instance.residenceGatewayMAC == mac) { + //鏈湴鎼滅储缃戝叧鎴愬姛 + Control.Ins.IsSearchLocalGatewaySuccessful = true; Control.Ins.GatewayOnline = true; Control.Ins.IsRemote = false; DAL.Mqtt.MqttClient.DisConnectRemote();//鏂紑mqtt -- Gitblit v1.8.0