From e2cd94abacc0101af8d0db7fed3a785c1a045b5d Mon Sep 17 00:00:00 2001 From: 黄学彪 <hxb@hdlchina.com.cn> Date: 星期四, 07 五月 2020 09:28:51 +0800 Subject: [PATCH] 上传 --- ZigbeeApp/Shared/Phone/ZigBee/Device/ZbGateway.cs | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/ZigbeeApp/Shared/Phone/ZigBee/Device/ZbGateway.cs b/ZigbeeApp/Shared/Phone/ZigBee/Device/ZbGateway.cs index 3cc5d12..104c55f 100755 --- a/ZigbeeApp/Shared/Phone/ZigBee/Device/ZbGateway.cs +++ b/ZigbeeApp/Shared/Phone/ZigBee/Device/ZbGateway.cs @@ -3111,7 +3111,8 @@ await RemoteMqttClient.DisconnectAsync(); } } - catch(Exception e) { + catch (Exception e) + { DebugPrintLog($"Remote鏂紑閫氳杩炴帴鍑哄紓甯�:{e.Message}"); } } @@ -3336,7 +3337,8 @@ { return; } - if (topics[2]== "NotifyGateWayInfoChange") { + if (topics[2] == "NotifyGateWayInfoChange") + { initGateWayBaseInfomation(); return; } -- Gitblit v1.8.0