wxr
2020-09-30 ea318e20d9a513bfae81a9203cef4bca0fc23c2c
HDL_ON/UI/UI2/FuntionControlView/Light/DimmerPageBLL.cs
@@ -95,6 +95,7 @@
                System.Collections.Generic.Dictionary<string, string> d = new System.Collections.Generic.Dictionary<string, string>();
                d.Add("brightness", light.brightness.ToString());
                Control.SendWriteCommand(light, d);
                light.fadeTime = barFadeTime.Progress;
            };
            dimmerBar.OnProgressChangedEvent = (sender, e) => {
                light.fadeTime = 0;