homebridge-tauron-elicznik 0.0.2-beta76 → 0.0.2-beta77

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/index.js +1 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -194,7 +194,7 @@ class eLicznikDevice {
194
194
 
195
195
  const response = await this.tauronAuth.request(url);
196
196
 
197
- this.log('11112222', this.tauronAuth.request);
197
+ this.log('11112222', this.tauronAuth.request());
198
198
  this.log('33333344', response.data);
199
199
  const energyImport = 0;
200
200
  const energyExport = 0;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "displayName": "Tauron eLicznik",
3
3
  "name": "homebridge-tauron-elicznik",
4
- "version": "0.0.2-beta76",
4
+ "version": "0.0.2-beta77",
5
5
  "description": "Homebridge plugin (https://github.com/homebridge/homebridge) to read data from Tauron eLicznik.",
6
6
  "license": "MIT",
7
7
  "author": "grzegorz914",