feat: Added DS4 E-Tense + fixed typo

Added DS4 E-Tense + fixed typo
This commit is contained in:
Florian BEZANNIER
2023-04-13 08:21:25 +02:00
committed by GitHub
2 changed files with 9 additions and 1 deletions
@@ -126,7 +126,7 @@ class PositionProperties(object):
: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
@@ -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