From 63e7608a19241c9553996c139ed0f254ecfd749c Mon Sep 17 00:00:00 2001 From: RonnyWinkler Date: Wed, 17 Apr 2024 17:40:11 +0200 Subject: [PATCH] 1.3.6 Changed Proxy configuration. --- .homeychangelog.json | 3 +++ .homeycompose/app.json | 2 +- app.json | 2 +- lib/TeslaOAuth2Client.js | 6 ++---- 4 files changed, 7 insertions(+), 6 deletions(-) diff --git a/.homeychangelog.json b/.homeychangelog.json index 80041dc..7b6c75d 100644 --- a/.homeychangelog.json +++ b/.homeychangelog.json @@ -194,5 +194,8 @@ }, "1.3.5": { "en": "Added 'nearest Destination Charger' list to location repair view." + }, + "1.3.6": { + "en": "Changed Proxy configuration." } } diff --git a/.homeycompose/app.json b/.homeycompose/app.json index b0a0bf1..6be97e5 100644 --- a/.homeycompose/app.json +++ b/.homeycompose/app.json @@ -1,6 +1,6 @@ { "id": "com.tesla.car", - "version": "1.3.5", + "version": "1.3.6", "compatibility": ">=5.0.0", "platforms": ["local"], "sdk": 3, diff --git a/app.json b/app.json index a48970e..5f4386e 100644 --- a/app.json +++ b/app.json @@ -1,7 +1,7 @@ { "_comment": "This file is generated. Please edit .homeycompose/app.json instead.", "id": "com.tesla.car", - "version": "1.3.5", + "version": "1.3.6", "compatibility": ">=5.0.0", "platforms": [ "local" diff --git a/lib/TeslaOAuth2Client.js b/lib/TeslaOAuth2Client.js index 4c42cd6..3ef504f 100644 --- a/lib/TeslaOAuth2Client.js +++ b/lib/TeslaOAuth2Client.js @@ -8,10 +8,8 @@ const HTTP_TIMEOUT = 15000; // xx sec Timeout const CONSTANTS = require('./constants'); -const COMMAND_API_URL = 'https://teslaproxy.hpwinkler.de'; -// const COMMAND_API_URL = 'https://teslaproxy.rwdevelopment.de'; -// const COMMAND_API_URL = 'https://tesla-vehicle-command-wnsezkqkwa-ez.a.run.app'; - +// const COMMAND_API_URL = 'https://teslaproxy.hpwinkler.de'; +const COMMAND_API_URL = 'https://teslaproxy.rwdevelopment.de'; module.exports = class TesladOAuth2Client extends OAuth2Client { // Required: