Skip to content

Commit

Permalink
Update jeedom-api.js
Browse files Browse the repository at this point in the history
  • Loading branch information
NebzHB authored Jan 26, 2024
1 parent 3dfba28 commit a42c2d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/jeedom-api.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit a42c2d2

Please sign in to comment.