wxr
2020-09-29 51cb254cbd616e84b7a466b195eb43ab097c3897
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;