homebridge-enphase-envoy 10.2.0-beta.430 → 10.2.0-beta.431

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.
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.0-beta.430",
5
+ "version": "10.2.0-beta.431",
6
6
  "description": "Homebridge p7ugin for Photovoltaic Energy System manufactured by Enphase.",
7
7
  "license": "MIT",
8
8
  "author": "grzegorz914",
@@ -1054,7 +1054,7 @@ class EnvoyDevice extends EventEmitter {
1054
1054
  keepAlive: true,
1055
1055
  rejectUnauthorized: false
1056
1056
  }),
1057
- timeout: 20000
1057
+ timeout: 40000
1058
1058
  });
1059
1059
  }
1060
1060