-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
40 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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` |