黄学彪
2020-09-01 dee21bf452a8979d0515d13e534fbb69ed9715dd
ZigbeeApp/Shared/Phone/UserCenter/Device/DeviceSearchForm.cs
@@ -237,9 +237,12 @@
                    //设置设备功能类型 (不能在接收回路的地方写入,不然网关可能会超负荷)
                    Common.LocalDevice.Current.RefreshDeviceFunctionType(device, device, true);
                    System.Threading.Thread.Sleep(100);
                    System.Threading.Thread.Sleep(200);
                    //获取设备的固定属性
                    HdlDeviceFixedAttributeLogic.Current.SetAllFixedAttributeToDevice(device);
                    if (HdlDeviceFixedAttributeLogic.Current.SetAllFixedAttributeToDevice(device) == true)
                    {
                        System.Threading.Thread.Sleep(200);
                    }
                }
                //目前就弄一个