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: {
'SOAPACTION': getSocketState.action,
'Content-Type': 'text/xml; charset="utf-8"',
'Accept': ''
'Accept': '',
'Content-Length': getSocketState.body.length
}
}

View File

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