Skip to content

Commit

Permalink
0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
TA2k committed Oct 22, 2023
1 parent b3c4556 commit 1539d75
Show file tree
Hide file tree
Showing 4 changed files with 77 additions and 57 deletions.
6 changes: 5 additions & 1 deletion io-package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
{
"common": {
"name": "toyota",
"version": "0.2.0",
"version": "0.2.1",
"news": {
"0.2.1": {
"en": "Fix toyota endpoint",
"de": "Fix toyota Endpunkt"
},
"0.2.0": {
"en": "added Lexus support",
"de": "Lexus Unterstützung hinzugefügt"
Expand Down
2 changes: 1 addition & 1 deletion main.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ class Toyota extends utils.Adapter {
this.updateInterval = null;
this.reLoginTimeout = null;
this.refreshTokenTimeout = null;
this.hostName = "" + this.hostName + "";
this.hostName = "myt-agg.toyota-europe.com";
this.brand = "TOYOTA";
}

Expand Down
110 changes: 63 additions & 47 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "iobroker.toyota",
"version": "0.2.0",
"version": "0.2.1",
"description": "Adapter for myT Toyota/Lexus App",
"author": {
"name": "TA2k",
Expand Down Expand Up @@ -32,17 +32,17 @@
"@types/chai": "^4.3.9",
"@types/chai-as-promised": "^7.1.7",
"@types/gulp": "^4.0.16",
"@types/mocha": "^10.0.2",
"@types/node": "^20.8.6",
"@types/proxyquire": "^1.3.29",
"@types/sinon": "^10.0.19",
"@types/sinon-chai": "^3.2.10",
"@types/mocha": "^10.0.3",
"@types/node": "^20.8.7",
"@types/proxyquire": "^1.3.30",
"@types/sinon": "^10.0.20",
"@types/sinon-chai": "^3.2.11",
"chai": "^4.3.10",
"chai-as-promised": "^7.1.1",
"eslint": "^8.51.0",
"eslint": "^8.52.0",
"mocha": "^10.2.0",
"proxyquire": "^2.1.3",
"sinon": "^15.2.0",
"sinon": "^17.0.0",
"sinon-chai": "^3.7.0",
"typescript": "~5.2.2"
},
Expand Down

0 comments on commit 1539d75

Please sign in to comment.