Skip to content

Commit

Permalink
openhab-get fix for OH3
Browse files Browse the repository at this point in the history
fix for issue pdmangel#54
  • Loading branch information
samuel-gay authored Jan 8, 2021
1 parent 95e3865 commit 3dfe7a6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions 77-openhab2.js
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,7 @@ module.exports = function(RED) {
else
{
url = getConnectionString(config) + "/rest/items/" + itemname;
headers = {};
method = request.get;
}

Expand Down

0 comments on commit 3dfe7a6

Please sign in to comment.