Skip to content

Commit

Permalink
add tesla
Browse files Browse the repository at this point in the history
  • Loading branch information
tonisives committed Nov 16, 2023
1 parent b127c02 commit ae08505
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

This is the changelog for v1 releases. See v0 changelog in the [v0 branch](https://github.com/highmobility/hmkit-fleet/tree/v0).

## [1.0.2] - 2023-11-16

### Added

- Tesla brand

## [1.0.1] - 2023-08-25

### Added
Expand Down
5 changes: 4 additions & 1 deletion hmkit-fleet/src/main/kotlin/model/VehicleAccess.kt
Original file line number Diff line number Diff line change
Expand Up @@ -105,5 +105,8 @@ enum class Brand {
LEXUS,

@SerialName("sandbox")
SANDBOX
SANDBOX,

@SerialName("tesla")
TESLA,
}

0 comments on commit ae08505

Please sign in to comment.