Skip to content

Commit

Permalink
Update jeedom.js
Browse files Browse the repository at this point in the history
  • Loading branch information
zoic21 authored Sep 20, 2024
1 parent 1b7b0de commit 6a0aa86
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions resources/philipsHued/jeedom/jeedom.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@

const axios = require('axios');
var express = require('express');
const http = require('http');

axios.defaults.httpAgent = new http.Agent({ keepAlive: false });

var Jeedom = {}
Jeedom.log = {}
Expand Down

0 comments on commit 6a0aa86

Please sign in to comment.