teslajsonpy icon indicating copy to clipboard operation
teslajsonpy copied to clipboard

feat: active route properties

Open InTheDaylight14 opened this issue 2 years ago • 0 comments

add properties for active route metrics

"active_route_destination": "Saved dest. name",
"active_route_energy_at_arrival": 40,
"active_route_latitude": 34.111111,
"active_route_longitude": -88.11111,
"active_route_miles_to_arrival": 19.849678,
"active_route_minutes_to_arrival": 34.133333,
"active_route_traffic_minutes_delay": 0.0,

Some are not available when parked. Will return None if key not available.

InTheDaylight14 avatar Dec 05 '22 16:12 InTheDaylight14