mirror of
https://github.com/node-red/node-red-nodes.git
synced 2023-10-10 13:36:58 +02:00
Update wemo.js
Fix missing comma
This commit is contained in:
parent
2f1f08b070
commit
b1ea7a14be
@ -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
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user