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

Add capability FLEET_SUPPORTED #262

Merged
merged 2 commits into from
Dec 4, 2024
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.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion fixtures/octavia_iv_2021_nx56xc_combi_rs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -246,6 +246,8 @@ reports:
- LICENSE_EXPIRED
- id: CHARGING_MQB
statuses: []
- id: FLEET_SUPPORTED
statuses: []
- id: LOYALTY_PROGRAM_WORLDWIDE
statuses: []
- id: OUTSIDE_TEMPERATURE
Expand Down Expand Up @@ -747,4 +749,4 @@ reports:
overall_average_travel_time_in_min: 16
overall_mileage_in_km: 56
overall_travel_time_in_min: 82
error: null
error: null
6 changes: 5 additions & 1 deletion fixtures/superb_2024_3v35wz_liftback_l_and_k.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ vehicles:
statuses: []
- id: DESTINATIONS
statuses: []
- id: FLEET_SUPPORTED
statuses: []
- id: LOYALTY_PROGRAM_WORLDWIDE
statuses: []
- id: OUTSIDE_TEMPERATURE
Expand Down Expand Up @@ -229,6 +231,8 @@ reports:
statuses: []
- id: DESTINATIONS
statuses: []
- id: FLEET_SUPPORTED
statuses: []
- id: LOYALTY_PROGRAM_WORLDWIDE
statuses: []
- id: OUTSIDE_TEMPERATURE
Expand Down Expand Up @@ -797,4 +801,4 @@ reports:
overall_average_travel_time_in_min: 50
overall_mileage_in_km: 49
overall_travel_time_in_min: 149
error: null
error: null
1 change: 1 addition & 0 deletions myskoda/models/info.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ class CapabilityId(StrEnum):
EMERGENCY_CALLING = "EMERGENCY_CALLING"
EV_ROUTE_PLANNING = "EV_ROUTE_PLANNING"
EXTENDED_CHARGING_SETTINGS = "EXTENDED_CHARGING_SETTINGS"
FLEET_SUPPORTED = "FLEET_SUPPORTED"
FUEL_STATUS = "FUEL_STATUS"
GEO_FENCE = "GEO_FENCE"
GUEST_USER_MANAGEMENT = "GUEST_USER_MANAGEMENT"
Expand Down
Loading