wxr
2023-08-18 3fcb73db484d2bed5ee993702913a7eaea68068c
HDL_ON/UI/UI2/FuntionControlView/Light/DimmerPageBLL.cs
@@ -69,7 +69,7 @@
                    function.SetAttrState(FunctionAttributeKey.FadeTime, e.ToString());
                    var d = new System.Collections.Generic.Dictionary<string, string>();
                    d.Add(FunctionAttributeKey.FadeTime, e.ToString());
                    Control.Ins.SendWriteCommand(function, d);
                    //Control.Ins.SendWriteCommand(function, d);
                    function.SaveFunctionFile();
                };
            }