From e79b65b97a8ae1eae5ee172dea1b52d041006599 Mon Sep 17 00:00:00 2001 From: 陈嘉乐 <cjl@hdlchina.com.cn> Date: 星期三, 02 九月 2020 17:24:32 +0800 Subject: [PATCH] 2020-09-02-3 --- ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Logic/HdlDeviceAttributeLogic.cs | 8 +++++++- 1 files changed, 7 insertions(+), 1 deletions(-) diff --git a/ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Logic/HdlDeviceAttributeLogic.cs b/ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Logic/HdlDeviceAttributeLogic.cs index 9c94480..ec80f72 100755 --- a/ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Logic/HdlDeviceAttributeLogic.cs +++ b/ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Logic/HdlDeviceAttributeLogic.cs @@ -375,7 +375,7 @@ /// 鍙戦�佽幏鍙栫伅鍏夌姸鎬佸懡浠� /// </summary> /// <param name="device">绐楀笜</param> - private void SendLevelStatuComand(CommonDevice device) + public void SendLevelStatuComand(CommonDevice device) { if (device == null) { @@ -422,6 +422,12 @@ colorDevice.ReadLevel(); System.Threading.Thread.Sleep(300); colorDevice.ReadColorTemperature(); + if (LocalDevice.Current.IsMiniLight(device) == true) + { + //mini澶滅伅闇�瑕佽鍙栬渹楦e櫒鐘舵�� + System.Threading.Thread.Sleep(300); + colorDevice.ReadBuzzerStatu(); + } }) { IsBackground = true }.Start(); } -- Gitblit v1.8.0