陈嘉乐
2020-12-01 e08a444a9d7acea0cf39f50d22d29179f6a59292
HDL_ON/UI/UI2/FuntionControlView/EnvironmentalScience/EnvironmentalSciencePage.cs
@@ -3,6 +3,7 @@
using HDL_ON.Entity;
using HDL_ON.UI.CSS;
using System.Collections.Generic;
using HDL_ON.DriverLayer;
namespace HDL_ON.UI
{
@@ -469,8 +470,7 @@
                };
                sensorView.AddChidren(btnLevel);
                //Control.Send(CommandType_A.read, sensor);
                Control.SendReadCommand(sensor);
                Control.Ins.SendReadCommand(sensor);
            }
        }