黄学彪
2020-04-13 3793a9a38ac6c4c4111c2bba3a35a71c30601e82
ZigbeeApp/Shared/Phone/UserCenter/Device/DeviceAddSuccessForm.cs
@@ -53,8 +53,8 @@
            //设置全部回路的默认名字
            this.SetAllEpointName();
            //保存门锁时间
            this.SaveDoorTime();
            // 设置网关所在的时区的时间给门锁时间
            this.SetDoorTime();
        }
        /// <summary>
@@ -283,9 +283,9 @@
        }
        /// <summary>
        /// 保存门锁时间
        /// 设置网关所在的时区的时间给门锁时间
        /// </summary>
        private async void SaveDoorTime()
        private async void SetDoorTime()
        {
            //如果是门锁
            if (this.listNewDevice[0].Type == DeviceType.DoorLock)