Open rawmean opened 11 months ago
nearby_charging_sites doesn't report kW for superchargers even when detail is set to true. Can you please add this useful information?
nearby_charging_sites
detail
true
Here is an example:
{ "location": { "lat": 32.776423, "long": -117.155171 }, "name": "San Diego, CA - Mission Center Road", "type": "supercharger", "distance_miles": 14.959837, "available_stalls": 7, "total_stalls": 10, "site_closed": false, "amenities": "restaurant,cafe,shopping", "billing_info": "", "id": 2804 }
thats expected as per fleet api sample response for nearby_charging_sites https://developer.tesla.com/docs/fleet-api#nearby_charging_sites
nearby_charging_sites
doesn't report kW for superchargers even whendetail
is set totrue
. Can you please add this useful information?Here is an example: