wxr
2020-07-01 53189866ba4012fec0b40990fd2281b836fa2668
HDL_ON/UI/UI2/FuntionControlView/Curtain/MotorCurtainPageBLL.cs
@@ -185,6 +185,17 @@
                    curtainSeekBar.Progress = e;
                    Control.Send(CommandType_A.write, curtain);
                }
                //new System.Threading.Thread(() =>
                //{
                //    if ((DateTime.Now - delayTime).TotalMilliseconds > 300)
                //    {
                //        delayTime = DateTime.Now;
                //        curtain.openLevel = e;
                //        Control.Send(CommandType_A.write, curtain);
                //    }
                //})
                //{ IsBackground = true }.Start();
            };
        }