Showing
1 changed file
with
1 additions
and
0 deletions
... | ... | @@ -210,6 +210,7 @@ public class YtDeviceProfileController extends BaseController { |
210 | 210 | tbDeviceProfile.setId(new DeviceProfileId(profileId)); |
211 | 211 | } |
212 | 212 | tbDeviceProfile.setName(deviceProfileDTO.getName()); |
213 | + tbDeviceProfile.setImage(deviceProfileDTO.getImage()); | |
213 | 214 | tbDeviceProfile.setDescription(deviceProfileDTO.getDescription()); |
214 | 215 | tbDeviceProfile.setType(DeviceProfileType.DEFAULT); |
215 | 216 | UUID tenantId = UUID.fromString(deviceProfileDTO.getTenantId()); | ... | ... |