This commit is contained in:
Ben Hardill 2022-04-18 18:20:36 +01:00
parent c0b64935e8
commit 973342c17e
No known key found for this signature in database
GPG Key ID: 74DD076979ABB1E7
2 changed files with 2 additions and 2 deletions

View File

@ -397,7 +397,7 @@ WeMoNG.prototype.getSocketStatus = function getSocketStatus(socket) {
headers: { headers: {
'SOAPACTION': getSocketState.action, 'SOAPACTION': getSocketState.action,
'Content-Type': 'text/xml; charset="utf-8"', 'Content-Type': 'text/xml; charset="utf-8"',
'Accept': '' 'Accept': '',
'Content-Length': getSocketState.body.length 'Content-Length': getSocketState.body.length
} }
} }

View File

@ -1,6 +1,6 @@
{ {
"name": "node-red-node-wemo", "name": "node-red-node-wemo",
"version": "0.2.2", "version": "0.2.3",
"description": "Input and Output nodes for Belkin WeMo devices", "description": "Input and Output nodes for Belkin WeMo devices",
"repository" : { "repository" : {
"type":"git", "type":"git",