From a42c2d248a46aab1ee10e2ef1f946e4ca1ff1ca4 Mon Sep 17 00:00:00 2001 From: Nebz <28622481+NebzHB@users.noreply.github.com> Date: Fri, 26 Jan 2024 17:31:58 +0100 Subject: [PATCH] Update jeedom-api.js --- lib/jeedom-api.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/jeedom-api.js b/lib/jeedom-api.js index d3b3812..ebb441f 100755 --- a/lib/jeedom-api.js +++ b/lib/jeedom-api.js @@ -45,7 +45,7 @@ function JeedomClient(url, apikey, Plateform, myPlugin) { JeedomClient.prototype.changeQueueSys = function(newVal = 1) { USE_QUEUES = newVal; this.queue.concurrency = ((USE_QUEUES===0)?1:USE_QUEUES); -} +}; JeedomClient.prototype.getModel = function() { var that = this;