Skip to content

Commit

Permalink
feat: Added DS4 E-Tense + fixed typo
Browse files Browse the repository at this point in the history
Added DS4 E-Tense + fixed typo
  • Loading branch information
flobz committed Apr 13, 2023
2 parents 27ee751 + 797934c commit f343150
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ def type(self, type):
:param type: The type of this PositionProperties. # noqa: E501
:type: str
"""
allowed_values = ["Estimated", "Acquired", "Estimate", "Aquire"] # noqa: E501
allowed_values = ["Estimated", "Acquired", "Estimate", "Acquire"] # noqa: E501
if type not in allowed_values:
raise ValueError(
"Invalid value for `type` ({0}), must be one of {1}" # noqa: E501
Expand Down
8 changes: 8 additions & 0 deletions psa_car_controller/psacc/resources/car_models.yml
Original file line number Diff line number Diff line change
Expand Up @@ -312,3 +312,11 @@
reg: VR3F4DGXTN.*
max_elec_consumption: 70
max_fuel_consumption: 30
- !CarModel
name: DS4 E-Tense
battery_power: 12.4
fuel_capacity: 40
abrp_name:
reg: VR1F4DGYTM.*
max_elec_consumption: 70
max_fuel_consumption: 30

0 comments on commit f343150

Please sign in to comment.