Skip to content

Commit

Permalink
Merge pull request #18 from highmobility/add-toyota
Browse files Browse the repository at this point in the history
add toyota
  • Loading branch information
tonisives authored May 4, 2023
2 parents 9fbf138 + 4615b4f commit c9628d4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## [0.7.2]
- Add Toyota brand

## [0.7.0]
- Add eligibility check for fleet vehicles

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 @@ -98,6 +98,9 @@ enum class Brand {
@SerialName("renault")
RENAULT,

@SerialName("toyota")
TOYOTA,

@SerialName("sandbox")
SANDBOX
}

0 comments on commit c9628d4

Please sign in to comment.