Skip to content

Commit

Permalink
add debug log
Browse files Browse the repository at this point in the history
  • Loading branch information
TA2k committed Dec 7, 2023
1 parent 8610a4a commit 35333f4
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 @@ -273,6 +273,7 @@ class Viessmannapi extends utils.Adapter {
this.log.debug('ignore ' + device.deviceType);
continue;
}
this.log.debug('Start Update for ' + device.id);
await this.requestClient({
method: 'get',
url: url,
Expand Down

0 comments on commit 35333f4

Please sign in to comment.