From acb2b278663952ce555b06a2e821f359225f15e0 Mon Sep 17 00:00:00 2001 From: xm <1271024303@qq.com> Date: 星期五, 10 七月 2020 09:41:15 +0800 Subject: [PATCH] 备份 --- ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Logic/HdlGatewayReceiveLogic.cs | 36 ++++++++++++++++++------------------ 1 files changed, 18 insertions(+), 18 deletions(-) diff --git a/Home0630/Shared/Phone/UserCenter/CommonBase/Logic/HdlGatewayReceiveLogic.cs b/ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Logic/HdlGatewayReceiveLogic.cs old mode 100644 new mode 100755 similarity index 99% rename from Home0630/Shared/Phone/UserCenter/CommonBase/Logic/HdlGatewayReceiveLogic.cs rename to ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Logic/HdlGatewayReceiveLogic.cs index 57d79e6..71bc66b --- a/Home0630/Shared/Phone/UserCenter/CommonBase/Logic/HdlGatewayReceiveLogic.cs +++ b/ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Logic/HdlGatewayReceiveLogic.cs @@ -2,7 +2,6 @@ using System.Collections.Generic; using System.Text; using Newtonsoft.Json.Linq; -using Shared.Common; using ZigBee.Device; namespace Shared.Phone.UserCenter @@ -435,7 +434,8 @@ if (locadevice.Type == DeviceType.ColorTemperatureLight) { //姝ゅ睘鎬ц〃鏄庡綋鍓嶈壊娓� - ((ColorTemperatureLight)locadevice).ColorTemperature = report.DeviceStatusReport.AttriBute[0].AttriButeData; + int value = report.DeviceStatusReport.AttriBute[0].AttriButeData != 0 ? 1000000 / report.DeviceStatusReport.AttriBute[0].AttriButeData : 0; + ((ColorTemperatureLight)locadevice).ColorTemperature = value; } //宸茬粡鎺ユ敹鍒扮姸鎬� locadevice.HadReadDeviceStatu = true; @@ -662,9 +662,9 @@ } } #endregion - + #region 鈻� 璁惧鍦ㄧ嚎鐘舵�佹洿鏂板弽棣坃______________ - + /// <summary> /// 璁惧鍦ㄧ嚎鐘舵�佹洿鏂板弽棣� /// </summary> @@ -871,27 +871,27 @@ } HdlThreadLogic.Current.RunThread(async () => - { - HdlThreadLogic.Current.RunMain(() => - { - //鎻愮ず闂ㄩ攣宸茬粡澶辨晥 - new Tip() { MaxWidth = 150, Text = Language.StringByID(R.MyInternationalizationString.NormallyClosed), Direction = AMPopTipDirection.None, CloseTime = 1 }.Show(CommonPage.Instance); - - //鏇存柊闂ㄩ攣娑夊強鐨勫父寮�/甯稿叧鐨勭晫闈� - if (UserCenter.DoorLock.DoorLockCommonInfo.UpdateCurrentDoorlockAction != null) - { - UserCenter.DoorLock.DoorLockCommonInfo.UpdateCurrentDoorlockAction(deviceAddr, false); - } - }); + { + HdlThreadLogic.Current.RunMain(() => + { + //鎻愮ず闂ㄩ攣宸茬粡澶辨晥 + new Tip() { MaxWidth = 150, Text = Language.StringByID(R.MyInternationalizationString.NormallyClosed), Direction = AMPopTipDirection.None, CloseTime = 1 }.Show(Common.CommonPage.Instance); + + //鏇存柊闂ㄩ攣娑夊強鐨勫父寮�/甯稿叧鐨勭晫闈� + if (UserCenter.DoorLock.DoorLockCommonInfo.UpdateCurrentDoorlockAction != null) + { + UserCenter.DoorLock.DoorLockCommonInfo.UpdateCurrentDoorlockAction(deviceAddr, false); + } + }); }); } } } } #endregion - + #region 鈻� 鍦烘櫙瑙﹀彂涓婃姤_______________________ - + /// <summary> /// 鍦烘櫙瑙﹀彂涓婃姤 /// </summary> -- Gitblit v1.8.0