From 0087dd7734e71dfcfd1bb54db394ad7855021ffd Mon Sep 17 00:00:00 2001
From: 黄学彪 <hxb@hdlchina.com.cn>
Date: 星期五, 24 七月 2020 10:18:08 +0800
Subject: [PATCH] 新版本

---
 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