Skip to content

Commit

Permalink
1.3.6
Browse files Browse the repository at this point in the history
Changed Proxy configuration.
  • Loading branch information
RonnyWinkler committed Apr 17, 2024
1 parent d0a31fc commit 63e7608
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
3 changes: 3 additions & 0 deletions .homeychangelog.json
Original file line number Diff line number Diff line change
Expand Up @@ -194,5 +194,8 @@
},
"1.3.5": {
"en": "Added 'nearest Destination Charger' list to location repair view."
},
"1.3.6": {
"en": "Changed Proxy configuration."
}
}
2 changes: 1 addition & 1 deletion .homeycompose/app.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "com.tesla.car",
"version": "1.3.5",
"version": "1.3.6",
"compatibility": ">=5.0.0",
"platforms": ["local"],
"sdk": 3,
Expand Down
2 changes: 1 addition & 1 deletion app.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
6 changes: 2 additions & 4 deletions lib/TeslaOAuth2Client.js
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 63e7608

Please sign in to comment.