feat: add battery health endpoint for cars (#355)

Co-authored-by: Tobias Lindberg <tobias.ehlert@gmail.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Lukáš Stankovič
2025-09-22 16:20:10 +02:00
committed by GitHub
parent 485e173137
commit 1c6906c077
3 changed files with 322 additions and 0 deletions

View File

@@ -161,6 +161,7 @@ More detailed documentation of every endpoint will come..
- GET `/api/v1`
- GET `/api/v1/cars`
- GET `/api/v1/cars/:CarID`
- GET `/api/v1/cars/:CarID/battery-health`
- GET `/api/v1/cars/:CarID/charges`
- Supported parameters:
- `startDate` (optional, use canonical UTC format in RFC3339)