homebridge-enphase-envoy 10.2.5-beta.0 → 10.2.5-beta.1

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/index.js +1 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -123,7 +123,7 @@ class EnvoyPlatform {
123
123
  });
124
124
 
125
125
  // start impulse generator
126
- await impulseGenerator.start([{ name: 'start', sampling: 120000 }]);
126
+ await impulseGenerator.state(true, [{ name: 'start', sampling: 120000 }]);
127
127
  }
128
128
  } catch (error) {
129
129
  if (logLevel.error) log.error(`Device: ${host} ${deviceName}, Did finish launching error: ${error}`);
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.0",
5
+ "version": "10.2.5-beta.1",
6
6
  "description": "Homebridge p7ugin for Photovoltaic Energy System manufactured by Enphase.",
7
7
  "license": "MIT",
8
8
  "author": "grzegorz914",