homebridge-enphase-envoy 10.2.5-beta.5 → 10.2.5-beta.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/src/functions.js +1 -1
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "private": false,
3
3
  "displayName": "Enphase Envoy",
4
4
  "name": "homebridge-enphase-envoy",
5
- "version": "10.2.5-beta.5",
5
+ "version": "10.2.5-beta.6",
6
6
  "description": "Homebridge p7ugin for Photovoltaic Energy System manufactured by Enphase.",
7
7
  "license": "MIT",
8
8
  "author": "grzegorz914",
package/src/functions.js CHANGED
@@ -123,7 +123,7 @@ class Functions {
123
123
  },
124
124
  withCredentials: true,
125
125
  httpsAgent: new Agent({
126
- keepAlive: false,
126
+ keepAlive: true,
127
127
  rejectUnauthorized: false
128
128
  }),
129
129
  timeout: 60000