From 99253403b560f761d5f9af8b4f5140496996433a Mon Sep 17 00:00:00 2001
From: 黄学彪 <hxb@hdlchina.com.cn>
Date: 星期五, 20 十一月 2020 16:49:50 +0800
Subject: [PATCH] 新云端的代码Ver1.0

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

diff --git a/ZigbeeApp/Shared/Phone/UserCenter/Device/AirConditioner/AirConditionerModeForm.cs b/ZigbeeApp/Shared/Phone/UserCenter/Device/AirConditioner/AirConditionerModeForm.cs
index 365b2d7..48912b0 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;
@@ -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