HDL_ON/DAL/Mqtt/MqttClient.cs
@@ -374,7 +374,7 @@ try { var topic = e.ApplicationMessage.Topic; //MainPage.Log($"收到mqtt主题:{topic}"); MainPage.Log($"收到mqtt主题:{topic}"); //一端口主题处理 if (DB_ResidenceData.Instance.GatewayType == 0 && !DB_ResidenceData.Instance.CheckWhetherGatewayIdIsNull()) { @@ -460,6 +460,7 @@ else if (topic == $"/user/{DB_ResidenceData.Instance.CurrentRegion.id}/app/thing/event/appHomeRefresh/up") { MainPage.Log("住宅数据刷新通知"); System.Threading.Thread.Sleep(2000); new HttpServerRequest().GetHomePager(); } //appRoomRefresh:房间数据刷新通知