From fa175644110d2c50a957b1d9b92d7fbab39f63f9 Mon Sep 17 00:00:00 2001
From: gxc <guoxuecheng@guoxuechengdeMacBook-Pro.local>
Date: 星期一, 16 十二月 2019 15:25:55 +0800
Subject: [PATCH] 2019.12.16

---
 ZigbeeApp/Shared/Phone/Device/AC/ACControl.cs |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/ZigbeeApp/Shared/Phone/Device/AC/ACControl.cs b/ZigbeeApp/Shared/Phone/Device/AC/ACControl.cs
index 02f4c26..a54a1bf 100644
--- a/ZigbeeApp/Shared/Phone/Device/AC/ACControl.cs
+++ b/ZigbeeApp/Shared/Phone/Device/AC/ACControl.cs
@@ -417,10 +417,10 @@
             else
             {
                 //闃叉鐭椂闂村唴澶氭璇诲彇璁惧鐘舵��
-                if ((DateTime.Now - ac.LastDateTime).TotalSeconds > CommonPage.ReadDeviceStatuSpan)
-                {
+                //if ((DateTime.Now - ac.LastDateTime).TotalSeconds > CommonPage.ReadDeviceStatuSpan)
+                //{
                     ReadDeviceAttributeLogic.Instance.SendACStatuComand(device.CommonDevice);
-                }
+                //}
             }
 
             var de = Shared.Common.Room.LoveRoomDeviceUIFilePathList.Find((obj) => obj == device.FileName);
@@ -568,7 +568,7 @@
                 Text = ACControlBase.GetModeNameByModeId(ac.currentSystemMode)
             };
             itemView.AddChidren(currentModeBtn);
-            
+
             reduceTemperatureBtn = new Button()
             {
                 X = Application.GetRealWidth(268),
@@ -931,7 +931,7 @@
                 Width = Application.GetRealWidth(modeItem_Width - modeItem_X),
                 Height = Application.GetRealHeight(modeItem_Height),
                 TextColor = ZigbeeColor.Current.GXCTextBlackColor,
-                TextID = R.MyInternationalizationString.SelectFanMode,
+                TextID = R.MyInternationalizationString.SelectMode,
                 TextAlignment = TextAlignment.CenterLeft
             };
             changeModeFL.AddChidren(changeModeBtn);

--
Gitblit v1.8.0