diff --git a/77-openhab2.js b/77-openhab2.js index 877b564..fb98308 100644 --- a/77-openhab2.js +++ b/77-openhab2.js @@ -236,6 +236,7 @@ module.exports = function(RED) { else { url = getConnectionString(config) + "/rest/items/" + itemname; + headers = {}; method = request.get; }