Remove rename method from Traccar spi

pull/81/head
shamalka 2 years ago
parent a1a20533e0
commit 3472d23f1b

@ -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.

Loading…
Cancel
Save