wxr
2020-11-04 e6a26ee148587327478d9a82624a820c907b6e16
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);
            }
        }