HDL_ON/UI/UI2/1-HomePage/HomePage.cs
@@ -1296,6 +1296,8 @@ view.AddChidren(btnAcstPower); btnAcstPower.MouseUpEventHandler = (sender, e) => { btnAcstPower.IsSelected = !btnAcstPower.IsSelected; new System.Threading.Thread(() => { string onoff = btnAcstPower.IsSelected ? "on" : "off"; Dictionary<string, string> d = new Dictionary<string, string>(); d.Add(FunctionAttributeKey.OnOff, onoff); @@ -1303,7 +1305,8 @@ { Control.Ins.SendWriteCommand(temp, d); } }) { IsBackground = true }.Start(); };