From ae7c46bda98a987d170a9b8419fc014564790359 Mon Sep 17 00:00:00 2001
From: 黄学彪 <hxb@hdlchina.com.cn>
Date: 星期三, 06 五月 2020 14:20:12 +0800
Subject: [PATCH] 上传
---
ZigbeeApp/Shared/Phone/MainPage/ControlForm/DeviceFreshAirDetailCardForm.cs | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/ZigbeeApp/Shared/Phone/MainPage/ControlForm/DeviceFreshAirDetailCardForm.cs b/ZigbeeApp/Shared/Phone/MainPage/ControlForm/DeviceFreshAirDetailCardForm.cs
index 32925fc..a1a20dd 100755
--- a/ZigbeeApp/Shared/Phone/MainPage/ControlForm/DeviceFreshAirDetailCardForm.cs
+++ b/ZigbeeApp/Shared/Phone/MainPage/ControlForm/DeviceFreshAirDetailCardForm.cs
@@ -106,7 +106,7 @@
{
if (!btnManual.IsSelected)
{
- this.SetFanComand(7);
+ this.SetFanComand(15);
}
};
@@ -217,7 +217,7 @@
///3:High
///4:On
///5:Auto
- /// 7:Manual
+ /// 15:Manual
/// </summary>
private void SetFanComand(int command)
{
@@ -247,7 +247,7 @@
case 5:
FreshAirDev.SetAuto();
break;
- case 7:
+ case 15:
FreshAirDev.SetManual();
break;
}
@@ -295,7 +295,7 @@
this.listControl[2].IsBold = false;
this.listControl[3].Visible = false;
}
- else if (FreshAirDev.currentFanMode == 7)
+ else if (FreshAirDev.currentFanMode == 15)
{
this.listControl[0].TextColor = ZigbeeColor.Current.XMGray3;
this.listControl[0].IsBold = false;
--
Gitblit v1.8.0