Skip to content

Commit

Permalink
Merge pull request #31 from Rookiestyle/master
Browse files Browse the repository at this point in the history
Update main.js
  • Loading branch information
TA2k committed May 31, 2023
2 parents 4b0acc5 + 01b093e commit 0919177
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.js
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ class Viessmannapi extends utils.Adapter {
const statusArray = [
{
path: "features",
url: "https://api.viessmann.com/iot/v1/features/installations/$installation/gateways/{gatewaySerial}/devices/$id/features",
url: "https://api.viessmann.com/iot/v1/features/installations/$installation/gateways/$gatewaySerial/devices/$id/features",
desc: "Features and States of the device",
},
];
Expand Down

0 comments on commit 0919177

Please sign in to comment.