1
wei
2021-06-06 831d75f92e2e828a04ea096247e729b44852c1ed
HDL_ON/UI/UI2/1-HomePage/HomePageBLL.cs
@@ -27,6 +27,8 @@
        /// </summary>
        public static void LoadEvent_RefreshEnvirIndoorHumi()
        {
            Application.RunOnMainThread(() =>
            {
            if (bodyView != null)
            {
                var humiSensorList = FunctionList.List.GetEnvirSensorsList().FindAll((obj) => obj.spk == SPK.SensorHumidity);
@@ -43,12 +45,15 @@
                }
                bodyView.btnIndoorHumiValues.Width = bodyView.btnIndoorHumiValues.GetTextWidth();
            }
            });
        }
        /// <summary>
        /// 更新室内传感器数据-晚点
        /// </summary>
        public static void LoadEvent_RefreshEnvirIndoorTemp()
        {
            Application.RunOnMainThread(() =>
        {
            if (bodyView != null)
            {
@@ -66,6 +71,7 @@
                }
                bodyView.btnIndoorTempValues.Width = bodyView.btnIndoorTempValues.GetTextWidth();
            }
            });
        }
        /// <summary>