ZigbeeApp/Shared/Phone/UserCenter/DoorLock/FunctionSetting.cs
@@ -432,14 +432,14 @@ /// 设备重命名 /// </summary> /// <param name="i_deviceName">deviceName.</param> private async void DeviceReName(string i_deviceName, bool closeForm) private void DeviceReName(string i_deviceName, bool closeForm) { //开启进度条 this.ShowProgressBar(); //修改MAC名 string deviceName = i_deviceName.Trim(); var result = await Common.LocalDevice.Current.ReMacName(listNewDevice, deviceName); var result = Common.LocalDevice.Current.ReMacName(listNewDevice, deviceName); //关闭进度条 this.CloseProgressBar();