Skip to content

Commit

Permalink
update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
TA2k committed May 30, 2023
1 parent 6b4284a commit 61fba02
Show file tree
Hide file tree
Showing 4 changed files with 313 additions and 237 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
node-version: [14.x, 16.x, 18.x]
node-version: [20.x, 16.x, 18.x]
os: [ubuntu-latest, windows-latest, macos-latest]

steps:
Expand Down
5 changes: 1 addition & 4 deletions main.js
Original file line number Diff line number Diff line change
Expand Up @@ -370,10 +370,7 @@ class Viessmannapi extends utils.Adapter {
const gatewaySerial = installation["gateways"][0].serial.toString();
await this.requestClient({
method: "get",
url:
"https://api.viessmann.com/iot/v2/events-history/installations/" +
installationId +
"/events",
url: "https://api.viessmann.com/iot/v2/events-history/installations/" + installationId + "/events",
headers: headers,
})
.then((res) => {
Expand Down
Loading

0 comments on commit 61fba02

Please sign in to comment.