陈嘉乐
2020-06-16 7167334c0e89dd84827d59e726123d14776e3a09
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);
            };