From ed77392566c104f834e292d78ef525aecd802dfc Mon Sep 17 00:00:00 2001
From: wei <kaede@kaededeMacBook-Air.local>
Date: 星期五, 18 十二月 2020 17:00:12 +0800
Subject: [PATCH] 20201218-3

---
 HDL_ON/UI/UI2/FuntionControlView/FoolHeating/FloorHeatingPageBLL.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/HDL_ON/UI/UI2/FuntionControlView/FoolHeating/FloorHeatingPageBLL.cs b/HDL_ON/UI/UI2/FuntionControlView/FoolHeating/FloorHeatingPageBLL.cs
old mode 100755
new mode 100644
index 54e1cea..994fd7e
--- a/HDL_ON/UI/UI2/FuntionControlView/FoolHeating/FloorHeatingPageBLL.cs
+++ b/HDL_ON/UI/UI2/FuntionControlView/FoolHeating/FloorHeatingPageBLL.cs
@@ -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();
             };

--
Gitblit v1.8.0