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 24, 2024
1 parent efb84a8 commit 0c2482d
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 @@ -18,7 +18,7 @@
const axios = require('axios');
const async = require('async');
var DEV_DEBUG;
const USE_QUEUES=1;
const USE_QUEUES=1; // 0 = NO, or 1 or 2 etc for the concurrent tasks

function JeedomClient(url, apikey, Plateform, myPlugin) {
this.apikey = apikey;
Expand Down

0 comments on commit 0c2482d

Please sign in to comment.