Skip to content

Commit

Permalink
Merge pull request #436 from zabuldon/dev
Browse files Browse the repository at this point in the history
  • Loading branch information
alandtse authored Nov 11, 2023
2 parents bc6d274 + 0fb4ef0 commit c0d9cd6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions teslajsonpy/endpoints.json
Original file line number Diff line number Diff line change
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 c0d9cd6

Please sign in to comment.