Skip to content

Commit

Permalink
Merge pull request #24 from highmobility/add-tesla
Browse files Browse the repository at this point in the history
Add tesla
  • Loading branch information
tonisives authored Nov 16, 2023
2 parents 4ceaeb7 + 48b9b3d commit 452e35e
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
@@ -1,5 +1,11 @@
# Changelog

## [0.7.4] - 2023-11-16

### Added

- Tesla brand

## [0.7.3] - 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 452e35e

Please sign in to comment.