mirror of
https://github.com/openhab/openhab-addons.git
synced 2025-01-10 07:02:02 +01:00
Fix NumberFormatException (#17983)
Signed-off-by: Leo Siepel <leosiepel@gmail.com>
This commit is contained in:
parent
c7e7f3059a
commit
1e7d01c578
@ -27,7 +27,7 @@ public class VehicleData {
|
||||
@SerializedName("id")
|
||||
public Long id;
|
||||
@SerializedName("user_id")
|
||||
public int userId;
|
||||
public Long userId;
|
||||
@SerializedName("vehicle_id")
|
||||
public String vehicleId;
|
||||
@SerializedName("vin")
|
||||
|
Loading…
Reference in New Issue
Block a user