Skip to content

Commit

Permalink
add debug log
Browse files Browse the repository at this point in the history
  • Loading branch information
TA2k committed Jan 26, 2024
1 parent ede0a45 commit 04aa2e8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.js
Original file line number Diff line number Diff line change
Expand Up @@ -3517,6 +3517,7 @@ class VwWeconnect extends utils.Adapter {
if (this.config.historyLimit === -1) {
return;
}
this.log.debug("Get Elli Data with history limit: " + this.config.historyLimit);
let name = "Seat Elli Data";
let path = "seatelli";
if (type === "skodapower") {
Expand Down

0 comments on commit 04aa2e8

Please sign in to comment.