mirror of
https://github.com/openhab/openhab-addons.git
synced 2025-01-10 15:11:59 +01:00
Fix NumberFormatException (#17983)
Signed-off-by: Leo Siepel <leosiepel@gmail.com>
This commit is contained in:
parent
0aab8b99d5
commit
5f64b85c59
@ -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