Skip to content

Commit

Permalink
Merge pull request #28 from highmobility/brands-v0
Browse files Browse the repository at this point in the history
add brands
  • Loading branch information
tonisives authored Nov 29, 2023
2 parents 452e35e + 4668279 commit c2c5918
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 3 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.5] - 2023-11-29

### Added

- Porsche, Maserati and Kia brands

## [0.7.4] - 2023-11-16

### Added
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version=0.7.4
version=0.7.5
kotlin.code.style=official
13 changes: 11 additions & 2 deletions hmkit-fleet/src/main/kotlin/model/VehicleAccess.kt
Original file line number Diff line number Diff line change
Expand Up @@ -104,9 +104,18 @@ enum class Brand {
@SerialName("lexus")
LEXUS,

@SerialName("sandbox")
SANDBOX,
@SerialName("porsche")
PORSCHE,

@SerialName("maserati")
MASERATI,

@SerialName("kia")
KIA,

@SerialName("tesla")
TESLA,

@SerialName("sandbox")
SANDBOX,
}

0 comments on commit c2c5918

Please sign in to comment.