Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
TA2k committed May 30, 2023
2 parents 1e6b479 + 72052bf commit 6b4284a
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 6b4284a

Please sign in to comment.