|
|
@ -122,7 +122,6 @@ public interface DeviceManager {
|
|
|
|
* @param device Updated device information related data
|
|
|
|
* @param device Updated device information related data
|
|
|
|
* @throws DeviceManagementException If some unusual behaviour is observed while updating the device info
|
|
|
|
* @throws DeviceManagementException If some unusual behaviour is observed while updating the device info
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
|
|
boolean updateDeviceInfo(DeviceIdentifier deviceIdentifier, Device device) throws DeviceManagementException;
|
|
|
|
boolean updateDeviceInfo(DeviceIdentifier deviceIdentifier, Device device) throws DeviceManagementException;
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|