wei
2021-11-17 82eba47c84106e286d37ecdb9fc564cc9b80e39f
HDL_ON/UI/UI2/FuntionControlView/FoolHeating/FloorHeatingPage.cs
@@ -2,6 +2,7 @@
using Shared;
using HDL_ON.Entity;
using HDL_ON.UI.CSS;
using System.Collections.Generic;
namespace HDL_ON.UI
{
@@ -72,6 +73,14 @@
        /// </summary>
        Action actionRefresh;
        #endregion
        /// <summary>
        /// app自己控制的温度数值记录
        /// </summary>
        List<string> seltControlTemp = new List<string>();
        public FloorHeatingPage(Function func)
        {
            bodyView = this;