From 379ad764f7abf6be0501f78f04d8da9f94b73d22 Mon Sep 17 00:00:00 2001 From: TA2k Date: Tue, 1 Oct 2024 00:09:53 +0200 Subject: [PATCH] update skoda api --- main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.js b/main.js index c477e84..83eb5b4 100644 --- a/main.js +++ b/main.js @@ -1852,7 +1852,7 @@ class VwWeconnect extends utils.Adapter { }; } if (this.config.type === "skodae" || this.config.type === "skoda") { - url = "https://api.connect.skoda-auto.cz/api/v3/garage"; + url = "https://api.connect.skoda-auto.cz/api/v4/garage"; // @ts-ignore headers = { accept: "application/json",