|
|
|
@ -47,13 +47,6 @@ public interface TraccarManagementService {
|
|
|
|
|
*/
|
|
|
|
|
void removeDevice(int deviceEnrollmentId);
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* Renames the device with the specified enrollment ID to the given name.
|
|
|
|
|
* @param deviceEnrollmentId the enrollment ID of the device to be renamed
|
|
|
|
|
* @param name The new name for the device
|
|
|
|
|
*/
|
|
|
|
|
void renameDevice(int deviceEnrollmentId, String name);
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* Updates the location of the provided device with the specified device location.
|
|
|
|
|
* @param device The device whose location is to be updated.
|
|
|
|
|