11# AutoAPI L13 Extensions #6 Changelog
22
3- ** Level 13** _ 6th extension_ (aka ** L13.6** ) contains only additive updates to the protocol.
3+ ** Level 13** _ 6th extension_ (aka ** L13.6** ) contains mostly additive updates to the protocol.
44These include new properties for existing capabilities, additions to already existing enums, and new custom types.
55
66Changes from L13.5 are divided into these sub-sections:
@@ -18,25 +18,42 @@ Some enums have gained new values.
1818- ` charging.station_status ` (added ` initialising ` , ` fault ` , ` inactive ` )
1919- ` dashboard_lights.dashboard_lights ` (added ` high_beam_left_failure ` , ` high_beam_right_failure ` , ` daytime_running_light_left_failure ` , ` daytime_running_light_right_failure ` , ` side_mark_lights_failure ` , ` licence_plate_light_failure ` )
2020
21+ There are also a few new units added to existing unit types:
22+
23+ - ` unit.energy_efficiency `
24+ - `kilometers_per_kwh`
25+ - `miles_per_gallon_equivalent`
26+ - `miles_per_imperial_gallon_equivalent`
27+
28+ - ` unit.fuel_efficiency `
29+ - `kilometers_per_liter`
30+
2131
2232## Properties
2333
2434New properties added to pre-existing capabilities:
2535
26- - _ diagnostics _
36+ - _ charging _
2737 - `distance_since_charging`
2838
2939- _ maintenance_
3040 - ` service_warning `
41+ - `last_service_date`
42+ - `last_service_distance`
43+ - `next_inspection_distance`
44+
45+ - _ trips_
46+ - `average_electric_consumption`
3147
3248- _ usage_
49+ - `average_speed_since_charging`
3350 - `energy_consumption_last_trip`
3451 - `energy_consumption_since_reset`
3552 - `energy_consumption_since_charging`
3653 - `energy_consumption_percentages_last_trip`
3754 - `energy_consumption_percentages_since_reset`
3855 - `energy_consumption_percentages_since_charging`
39- - `average_speed_since_charging `
56+ - `fuel_consumption_rate_since_start `
4057
4158## Custom Types
4259
0 commit comments