Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added DS4 E-Tense + fixed typo #512

Merged
merged 3 commits into from
Apr 13, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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
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