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夜灯需要读取蜂鸣器状态 System.Threading.Thread.Sleep(300); colorDevice.ReadBuzzerStatu(); } }) { IsBackground = true }.Start(); }