Skip to content

Commit

Permalink
Merge pull request #29 from Micho32/master
Browse files Browse the repository at this point in the history
Update main.js
  • Loading branch information
TA2k committed May 30, 2023
2 parents 578d43a + 57f018d commit 72052bf
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions main.js
Original file line number Diff line number Diff line change
Expand Up @@ -371,10 +371,9 @@ class Viessmannapi extends utils.Adapter {
await this.requestClient({
method: "get",
url:
"https://api.viessmann.com/iot/v1/events-history/events?gatewaySerial=" +
gatewaySerial +
"&installationId=" +
installationId,
"https://api.viessmann.com/iot/v2/events-history/installations/" +
installationId +
"/events",
headers: headers,
})
.then((res) => {
Expand Down

0 comments on commit 72052bf

Please sign in to comment.