|
|
@ -55,9 +55,9 @@ public class TraccarDevice {
|
|
|
|
this.category =category;
|
|
|
|
this.category =category;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
public TraccarDevice(int id, String deviceIdentifier, String deviceName) {
|
|
|
|
public TraccarDevice(int id, String uniqueId, String deviceName) {
|
|
|
|
this.id = id;
|
|
|
|
this.id = id;
|
|
|
|
this.deviceIdentifier = deviceIdentifier;
|
|
|
|
this.uniqueId = uniqueId;
|
|
|
|
this.deviceName = deviceName;
|
|
|
|
this.deviceName = deviceName;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|