wxr
2022-06-29 3199abc8c62f23fce4e3ec7a2337d23709810e97
HDL_ON/UI/UI2/FuntionControlView/Light/DimmerPage.cs
@@ -267,7 +267,7 @@
            new System.Threading.Thread(() => {
                while (true)
                {
                    System.Threading.Thread.Sleep(500);
                    System.Threading.Thread.Sleep(2000);
                    if (curDimmerStatus)
                    {
                        continue;
@@ -280,6 +280,7 @@
                    else
                    {
                        DriverLayer.Control.Ins.SendReadCommand(function);
                        curDimmerStatus = true;
                    }
                }
            })