Skip to content

Commit

Permalink
Merge pull request #23 from highmobility/add-lexus-v0
Browse files Browse the repository at this point in the history
add lexus
  • Loading branch information
tonisives authored Aug 25, 2023
2 parents 8bc75d1 + a4a7f15 commit a99e6db
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
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.3] - 2023-08-25

### Added

- Lexus brand to the `Brand` enum

## [0.7.2]
- Add Toyota brand

Expand Down
3 changes: 3 additions & 0 deletions hmkit-fleet/src/main/kotlin/model/VehicleAccess.kt
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,9 @@ enum class Brand {
@SerialName("toyota")
TOYOTA,

@SerialName("lexus")
LEXUS,

@SerialName("sandbox")
SANDBOX
}

0 comments on commit a99e6db

Please sign in to comment.