From 02a194a40228251fef82dbca6c7687263b55b0b9 Mon Sep 17 00:00:00 2001 From: wjc <1243177876@qq.com> Date: 星期四, 13 四月 2023 14:36:44 +0800 Subject: [PATCH] 2023年04月13日14:33:48 --- HDL_ON/DAL/Mqtt/MqttClient.cs | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/HDL_ON/DAL/Mqtt/MqttClient.cs b/HDL_ON/DAL/Mqtt/MqttClient.cs index 7aead41..f5b5a83 100644 --- a/HDL_ON/DAL/Mqtt/MqttClient.cs +++ b/HDL_ON/DAL/Mqtt/MqttClient.cs @@ -269,7 +269,7 @@ deviceOnlinePush, securityStatusChange}); //璁㈤槄缇ゆ帶鐘舵�� - if (DB_ResidenceData.Instance.CurrentRegion.isSupportGroupControl) + if (DB_ResidenceData.Instance.HomeGateway.isSupportGroupControl) { await RemoteMqttClient.SubscribeAsync(groupControlStatus); } @@ -870,7 +870,7 @@ static void ReceiveNotifySqueezeAsync(string mMes) { #if DEBUG - return; + //return; #endif if (mMes == PushSignStr) return;//鏄嚜宸辩殑鐧诲綍鎺ㄩ�佷笉澶勭悊//鎴栬�呭綋鍓嶄笉鏄繙绋嬮摼鎺ョ姸鎬� //娴嬭瘯璐﹀彿锛屼笉鎸や笅绾� -- Gitblit v1.8.0