From b1ea7a14be217cf1635a5e447523c776b28c560a Mon Sep 17 00:00:00 2001 From: Ben Sykes Date: Mon, 18 Apr 2022 10:09:23 -0700 Subject: [PATCH] Update wemo.js Fix missing comma --- hardware/wemo/lib/wemo.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 } }