1
0
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:
Ben Sykes 2022-04-18 10:09:23 -07:00
parent 2f1f08b070
commit b1ea7a14be

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
}
}