diff --git a/hardware/wemo/lib/wemo.js b/hardware/wemo/lib/wemo.js index cd097ddf..14017ed5 100644 --- a/hardware/wemo/lib/wemo.js +++ b/hardware/wemo/lib/wemo.js @@ -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 } }