黄学彪
2020-09-18 c7df85937f73fb347ee0b19e9c052d2d00a6df6c
ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Logic/HdlRoomLogic.cs
@@ -298,7 +298,6 @@
            Common.LocalDevice.Current.DeleteRealDeviceByRoomId(roomId);
            if (refreshLeftView == true)
            {
                //HdlAutoBackupLogic.DeleteFile(roomFilePath);
                //刷新房间视图列表
                this.RefreshRoomListView();
            }
@@ -1075,9 +1074,7 @@
            newRoom.Id = i_room.Id;
            newRoom.FloorId = i_room.FloorId;
            newRoom.TemperatrueDevice = i_room.TemperatrueDevice;
            newRoom.Temperatrue = i_room.Temperatrue;
            newRoom.HumidityDevice = i_room.HumidityDevice;
            newRoom.Humidity = i_room.Humidity;
            newRoom.Name = i_room.Name;
            newRoom.BackgroundImage = i_room.BackgroundImage;
            newRoom.BackgroundImageType = i_room.BackgroundImageType;