Skip to content

Commit

Permalink
add new properties
Browse files Browse the repository at this point in the history
  • Loading branch information
slashmili committed Feb 13, 2024
1 parent 4f93266 commit b415276
Show file tree
Hide file tree
Showing 5 changed files with 327 additions and 42 deletions.
2 changes: 1 addition & 1 deletion lib/auto_api/capabilities/charging_capability.ex
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ defmodule AutoApi.ChargingCapability do
iex> C.description
"Charging"
iex> length(C.properties)
71
78
iex> List.first(C.properties)
{0x02, :estimated_range}
"""
Expand Down
2 changes: 1 addition & 1 deletion lib/auto_api/capabilities/usage_capability.ex
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ defmodule AutoApi.UsageCapability do
iex> U.description
"Usage"
iex> length(U.properties)
50
51
iex> List.first(U.properties)
{0x01, :average_weekly_distance}
"""
Expand Down
Loading

0 comments on commit b415276

Please sign in to comment.