From 0d9f64668fd7350d6a21fd157e32009a96d98134 Mon Sep 17 00:00:00 2001
From: 黄学彪 <hxb@hdlchina.com.cn>
Date: 星期三, 16 十二月 2020 13:09:08 +0800
Subject: [PATCH] 新云端代码Ver1.2

---
 ZigbeeApp/Shared/Phone/UserCenter/Device/AirConditioner/AirConditionerModeForm.cs |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/ZigbeeApp/Shared/Phone/UserCenter/Device/AirConditioner/AirConditionerModeForm.cs b/ZigbeeApp/Shared/Phone/UserCenter/Device/AirConditioner/AirConditionerModeForm.cs
index 365b2d7..c7372a6 100755
--- a/ZigbeeApp/Shared/Phone/UserCenter/Device/AirConditioner/AirConditionerModeForm.cs
+++ b/ZigbeeApp/Shared/Phone/UserCenter/Device/AirConditioner/AirConditionerModeForm.cs
@@ -79,7 +79,7 @@
                 {
                     //鑾峰彇绌鸿皟妯″紡澶辫触
                     string msg = Language.StringByID(R.MyInternationalizationString.uGetAcModeFail);
-                    msg = UserCenterLogic.CombineGatewayTimeOutMsg(msg, null, "鍥炲瓒呮椂");
+                    msg = HdlCommonLogic.Current.CombineGatewayTimeOutMsg(msg, null, "鍥炲瓒呮椂");
                     this.ShowMassage(ShowMsgType.Tip, msg);
                     this.CloseProgressBar(ShowReLoadMode.YES);
                     return;
@@ -198,7 +198,7 @@
             //濡傛灉鏄櫄鎷熶綇瀹�
             if (Common.Config.Instance.Home.IsVirtually == true || Common.Config.Instance.Home.IsShowTemplate == true)
             {
-                var data = TemplateData.TemplateDeviceDataLogic.Current.GetAcModeSupport(deviceAc);
+                var data = HdlTemplateDeviceDataLogic.Current.GetAcModeSupport(deviceAc);
                 //杞崲涓轰簩杩涘埗
                 var value = Convert.ToString(data, 2).PadLeft(16, '0');
                 //杩欎簲涓缃槸鏀惧湪鍚庨潰鐨�
@@ -208,10 +208,10 @@
                 return;
             }
 
-            string mainkeys = Common.LocalDevice.Current.GetDeviceMainKeys(deviceAc);
+            string mainkeys = HdlDeviceCommonLogic.Current.GetDeviceMainKeys(deviceAc);
             HdlGatewayReceiveLogic.Current.AddAttributeEvent("ReadAirConditionerModeSupport", ReceiveComandDiv.A璁惧灞炴�т笂鎶�, (report) =>
             {
-                string checkKeys = Common.LocalDevice.Current.GetDeviceMainKeys(report);
+                string checkKeys = HdlDeviceCommonLogic.Current.GetDeviceMainKeys(report);
                 if (checkKeys != mainkeys || report.DeviceStatusReport.CluterID != 513)
                 {
                     return;

--
Gitblit v1.8.0