Skip to content

Commit

Permalink
Update main.js
Browse files Browse the repository at this point in the history
Adjust name of gatewaySerial placeholder
  • Loading branch information
Rookiestyle committed May 31, 2023
1 parent 4b0acc5 commit 01b093e
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 01b093e

Please sign in to comment.