Skip to content

Commit

Permalink
fix: Supply 'endpoints' parameter to vehicle_data endpoint (#435)
Browse files Browse the repository at this point in the history
closes #434
  • Loading branch information
dagstuan committed Nov 11, 2023
1 parent bc6d274 commit 0fb4ef0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions teslajsonpy/endpoints.json
Expand Up @@ -31,7 +31,7 @@
},
"VEHICLE_DATA": {
"TYPE": "GET",
"URI": "api/1/vehicles/{vehicle_id}/vehicle_data",
"URI": "api/1/vehicles/{vehicle_id}/vehicle_data?endpoints=charge_state;climate_state;drive_state;gui_settings;vehicle_config;vehicle_state;location_data",
"AUTH": true
},
"VEHICLE_SERVICE_DATA": {
Expand Down Expand Up @@ -502,7 +502,7 @@
"AUTH": true,
"TYPE": "GET",
"URI": "api/1/energy_sites/{site_id}/site_status"
},
},
"OPERATION_MODE": {
"TYPE": "POST",
"URI": "api/1/energy_sites/{site_id}/operation",
Expand Down Expand Up @@ -2767,5 +2767,5 @@
"AUTH": true,
"TYPE": "POST",
"URI": "api/1/energy_sites/{site_id}/operation"
}
}
}
}

0 comments on commit 0fb4ef0

Please sign in to comment.