From 1a0ddfcd1a24ed0a14d76362802c974e3d4c86c8 Mon Sep 17 00:00:00 2001 From: wxr <464027401@qq.com> Date: 星期二, 31 一月 2023 17:53:29 +0800 Subject: [PATCH] 空调进度控制问题修复 --- HDL_ON/UI/UI2/FuntionControlView/1ContorlPage/AcControlPage.cs | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/HDL_ON/UI/UI2/FuntionControlView/1ContorlPage/AcControlPage.cs b/HDL_ON/UI/UI2/FuntionControlView/1ContorlPage/AcControlPage.cs index cf03b0e..ef87fa0 100644 --- a/HDL_ON/UI/UI2/FuntionControlView/1ContorlPage/AcControlPage.cs +++ b/HDL_ON/UI/UI2/FuntionControlView/1ContorlPage/AcControlPage.cs @@ -186,7 +186,6 @@ TextAlignment = TextAlignment.Center, Text = setTempAttr.min.ToString(), TextSize = 12, - TextColor = 0xFFC0C7D4, }; setTempView.AddChidren(btnMinTemp); @@ -322,7 +321,7 @@ btnTempUint.X = btnTemp.Right; controlTime = DateTime.Now; Dictionary<string, string> d = new Dictionary<string, string>(); - d.Add(FunctionAttributeKey.SetTemp, e.ToString()); + d.Add(FunctionAttributeKey.SetTemp, (setTempAttr.min + e).ToString()); Control.Ins.SendWriteCommand(device, d); }; -- Gitblit v1.8.0