黄学彪
2020-01-10 9064c76e6a795ae735cac52d98bed178a27c2a87
ZigbeeApp/Shared/Phone/UserCenter/Device/AirConditioner/IndoorUnitListForm.cs
@@ -211,7 +211,7 @@
            {
                for (int i = 0; i < listDevice.Count; i++)
                {
                    if (i != 0 && i % 5 == 0)
                    if (i != 0 && i % 3 == 0)
                    {
                        //读取5个后,间隔一段时间
                        System.Threading.Thread.Sleep(200);