From 034ea25bebbb252617c77021a1ad2f306006628b Mon Sep 17 00:00:00 2001
From: wjc <1243177876@qq.com>
Date: 星期五, 01 七月 2022 16:05:39 +0800
Subject: [PATCH] 2022年07月01日16:05:31
---
HDL_ON/DAL/Server/HttpUtil.cs | 4 ++--
HDL_ON/UI/UI2/FuntionControlView/1ContorlPage/AirFreshRelayControlPage.cs | 9 +++++++--
2 files changed, 9 insertions(+), 4 deletions(-)
diff --git a/HDL_ON/DAL/Server/HttpUtil.cs b/HDL_ON/DAL/Server/HttpUtil.cs
index 82b6dd0..ce16936 100644
--- a/HDL_ON/DAL/Server/HttpUtil.cs
+++ b/HDL_ON/DAL/Server/HttpUtil.cs
@@ -17,8 +17,8 @@
/// 鍥哄畾鍩熷悕,姝e紡鐜
/// 鍏叡鍩熷悕灏辫繎瑙f瀽
/// </summary>
- public const string GlobalRequestHttpsHost = "https://nearest.hdlcontrol.com";
- //public const string GlobalRequestHttpsHost = "https://test-gz.hdlcontrol.com";//mmmm
+ //public const string GlobalRequestHttpsHost = "https://nearest.hdlcontrol.com";
+ public const string GlobalRequestHttpsHost = "https://test-gz.hdlcontrol.com";//mmmm
/// <summary>
/// RegionMark
/// </summary>
diff --git a/HDL_ON/UI/UI2/FuntionControlView/1ContorlPage/AirFreshRelayControlPage.cs b/HDL_ON/UI/UI2/FuntionControlView/1ContorlPage/AirFreshRelayControlPage.cs
index 90fea50..fa3788c 100644
--- a/HDL_ON/UI/UI2/FuntionControlView/1ContorlPage/AirFreshRelayControlPage.cs
+++ b/HDL_ON/UI/UI2/FuntionControlView/1ContorlPage/AirFreshRelayControlPage.cs
@@ -192,10 +192,10 @@
else if(fanAttrValue == "auto")
{
text = Language.StringByID(StringId.Auto);
- iconPath = "FunctionIcon/AirFresh/Fan2.png";
+ iconPath = "FunctionIcon/AC/AutoIconGray.png";
if (this.device.GetAttrState(FunctionAttributeKey.FanSpeed) == "auto" )
{
- iconPath = "FunctionIcon/AirFresh/Fan2Select.png";
+ iconPath = "FunctionIcon/AC/AutoIcon.png";
isSelecte = true;
}
}
@@ -273,6 +273,11 @@
this.btnFan.UnSelectedImagePath = "FunctionIcon/AirFresh/Fan3.png";
this.btnFan.SelectedImagePath = "FunctionIcon/AirFresh/Fan3Select.png";
this.btnFanView.Text = Language.StringByID(StringId.HighWindSpeed);
+ }else if (this.device.GetAttrState(FunctionAttributeKey.FanSpeed) == "auto")
+ {
+ this.btnFan.UnSelectedImagePath = "FunctionIcon/AC/AutoIconGray.png";
+ this.btnFan.SelectedImagePath = "FunctionIcon/AC/AutoIcon.png";
+ this.btnFanView.Text = Language.StringByID(StringId.Auto);
}
this.btnFan.CanClick = this.btnFan.IsSelected = this.device.GetAttrState(FunctionAttributeKey.OnOff) == "on";
}
--
Gitblit v1.8.0