Skip to content

Commit

Permalink
Update bundles/org.openhab.binding.tesla/src/main/java/org/openhab/bi…
Browse files Browse the repository at this point in the history
…nding/tesla/internal/protocol/dto/VehicleData.java

Co-authored-by: Kai Kreuzer <[email protected]>
Signed-off-by: lsiepel <[email protected]>
  • Loading branch information
lsiepel and kaikreuzer authored Dec 8, 2024
1 parent 42774b6 commit 086630b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public class VehicleData {
@SerializedName("user_id")
public int userId;
@SerializedName("vehicle_id")
public int vehicleId;
public String vehicleId;
@SerializedName("vin")
public String vin;
@SerializedName("display_name")
Expand Down

0 comments on commit 086630b

Please sign in to comment.