mirror of
https://github.com/node-red/node-red-nodes.git
synced 2025-03-01 10:37:43 +00:00
Fix typo
This commit is contained in:
parent
c0b64935e8
commit
973342c17e
@ -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
|
||||
}
|
||||
}
|
||||
|
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user