Add statistics endpoint to cached responses

This commit is contained in:
Linus Dietz
2023-06-26 08:11:08 +02:00
parent c095c39462
commit 689d3e84e7
3 changed files with 6 additions and 23 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
from config import settings
VERSION = "v1.5.0"
VERSION = "v1.5.1"
OAUTH_URL = "https://volvoid.eu.volvocars.com/as/token.oauth2"
VEHICLES_URL = "https://api.volvocars.com/connected-vehicle/v1/vehicles"