Skip to content

Commit 1e7d01c

Browse files
authored
Fix NumberFormatException (openhab#17983)
Signed-off-by: Leo Siepel <[email protected]>
1 parent c7e7f30 commit 1e7d01c

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)