Skip to content

Commit

Permalink
update skoda api
Browse files Browse the repository at this point in the history
  • Loading branch information
TA2k committed Sep 30, 2024
1 parent 1bea700 commit 379ad76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.js
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 379ad76

Please sign in to comment.