陈嘉乐
2020-05-18 e29de9af8f507d288a61d9459fb3d1f72976876f
HDL_ON/UI/UI2/FuntionControlView/Light/RGBPageBLL.cs
@@ -154,7 +154,7 @@
        {
            btnRestoredPoint.MouseUpEventHandler = (sender, e) =>
            {
                light.color = "255255255";
                light.color = 0xFFFFFF;
                btnCurColor.BackgroundColor = 0xFFFFFFFF;
                Control.Send(CommandType_A.write, this.light);
            };