HDL Home App 第二版本 旧平台金堂用 正在使用
黄学彪
2020-05-06 ae7c46bda98a987d170a9b8419fc014564790359
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;