Skip to content

Commit

Permalink
change for rpi and nodejs 20
Browse files Browse the repository at this point in the history
  • Loading branch information
NebzHB authored Sep 13, 2024
1 parent e4bda77 commit 2a6db04
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/jeedom-api.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,10 @@
'use strict';
const axios = require('axios');
const async = require('async');
const http = require('http');
var DEV_DEBUG;
var USE_QUEUES;
axios.defaults.httpAgent = new http.Agent({ keepAlive: false });

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

0 comments on commit 2a6db04

Please sign in to comment.