wei
2020-12-18 ed77392566c104f834e292d78ef525aecd802dfc
HDL_ON/UI/UI2/FuntionControlView/FoolHeating/FloorHeatingPageBLL.cs
old mode 100755 new mode 100644
@@ -153,7 +153,7 @@
                fh.modeTemp.TryGetValue(curMode, out pro);
                arcBar.Progress = pro;
                System.Collections.Generic.Dictionary<string, string> d = new System.Collections.Generic.Dictionary<string, string>();
                d.Add(FunctionAttributeKey.Mode, fh.curModeIndex.ToString());
                d.Add(FunctionAttributeKey.Mode, fh.trait_mode.curValue.ToString());
                Control.Ins.SendWriteCommand(fh, d);
                dialog.Close();
            };