Optimize lock/unlock behaviour

This commit is contained in:
Linus Dietz
2023-06-24 19:47:02 +02:00
parent e8315ba0fd
commit 4d8b5e5006
3 changed files with 15 additions and 6 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
from config import settings
VERSION = "v1.4.1"
VERSION = "v1.4.2"
OAUTH_URL = "https://volvoid.eu.volvocars.com/as/token.oauth2"
VEHICLES_URL = "https://api.volvocars.com/connected-vehicle/v1/vehicles"