Skip to content

Commit

Permalink
add new properties for 13.4 fix
Browse files Browse the repository at this point in the history
  • Loading branch information
doofyus committed May 30, 2024
1 parent 48bfe68 commit 7834072
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 1 deletion.
2 changes: 1 addition & 1 deletion capabilities/diagnostics.yml
Original file line number Diff line number Diff line change
Expand Up @@ -958,7 +958,7 @@ properties:
value: 'active'
description: Passenger airbag is `active`

- id: 0x2d
- id: 0x39
name: estimated_primary_powertrain_range
name_cased: estimatedPrimaryPowertrainRange
name_pretty: Estimated primary powertrain range
Expand Down
39 changes: 39 additions & 0 deletions changelogs/L13.4_changelog.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
# AutoAPI L13 Extensions #4 Changelog

**Level 13** _4th extension_ (aka **L13.4**) contains only additive updates to the protocol.
These include new properties for existing capabilities and additions to already existing enums.

Changes from L13.3 are divided into these sub-sections:

* [Enums](#enums)
* [Properties](#properties)


## Enums

Some enums have gained new values.

- `charging.status` (added `ready_for_charging`)
- `charging.battery_led` (added `blue`)
- `charging.station_status` (added `active`)


## Properties

New properties added to pre-existing capabilities:

- _charging_
- `conserving_charge`
- `charging_rate_distance`
- `charging_scenario`

- _diagnostics_
- `estimated_primary_powertrain_range`

- *navi_destination*
- `battery_consumption_to_destination`
- `charging_time_for_destination`

- _trips_
- `id`
- `duration`

0 comments on commit 7834072

Please sign in to comment.