Skip to content

Commit 5f64b85

Browse files
lsiepeljlaur
authored andcommitted
Fix NumberFormatException (openhab#17983)
Signed-off-by: Leo Siepel <[email protected]>
1 parent 0aab8b9 commit 5f64b85

File tree

1 file changed

+1
-1
lines changed
  • bundles/org.openhab.binding.tesla/src/main/java/org/openhab/binding/tesla/internal/protocol/dto

1 file changed

+1
-1
lines changed

bundles/org.openhab.binding.tesla/src/main/java/org/openhab/binding/tesla/internal/protocol/dto/VehicleData.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ public class VehicleData {
2727
@SerializedName("id")
2828
public Long id;
2929
@SerializedName("user_id")
30-
public int userId;
30+
public Long userId;
3131
@SerializedName("vehicle_id")
3232
public String vehicleId;
3333
@SerializedName("vin")

0 commit comments

Comments
 (0)