wxr
2020-12-16 5c5461b7c46aff66d24efe80062c235342e77d4c
HDL_ON/DAL/DriverLayer/Control.cs
@@ -77,7 +77,12 @@
                    if (value)
                    {
                        MainPage.Log($"网关在线,刷新设备状态");
                        FunctionList.List.ReadAllFunctionStatus();
                        new System.Threading.Thread(() =>
                        {
                            System.Threading.Thread.Sleep(1000);
                            FunctionList.List.ReadAllFunctionStatus();
                        })
                        { IsBackground = true, Priority = System.Threading.ThreadPriority.AboveNormal }.Start();
                    }
                }
            }