Gandalf
Pionier e-mobilności
Czy w Waszych aplikacjach dostępna jest już historia ładowania?
W mojej nie, ale API udostępnia już takie informacje (z ostatnich 31 dni)
Np.:
W mojej nie, ale API udostępnia już takie informacje (z ostatnich 31 dni)
Np.:
JSON:
"screen_title": "Charge Stats",
"screen_subtitle": "Last 31 Days",
"total_charged": {
"value": "310",
"raw_value": 309662,
"after_adornment": "kWh",
"title": "Total Charged"
},
"total_charged_breakdown": {
"home": {
"value": "1",
"raw_value": 0.71,
"after_adornment": "%",
"sub_title": "Home"
},
"super_charger": {
"value": "57",
"raw_value": 57.48,
"after_adornment": "%",
"sub_title": "Supercharger"
},
"other": {
"value": "42",
"raw_value": 41.81,
"after_adornment": "%",
"sub_title": "Other"
}
},