homebridge-tauron-elicznik 0.0.2-beta77 → 0.0.2-beta78

Sign up to get free protection for your applications and to get access to all the features.
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-beta77",
4
+ "version": "0.0.2-beta78",
5
5
  "description": "Homebridge plugin (https://github.com/homebridge/homebridge) to read data from Tauron eLicznik.",
6
6
  "license": "MIT",
7
7
  "author": "grzegorz914",
package/src/tauronAuth.js CHANGED
@@ -13,7 +13,7 @@ class axiosTauronAuth {
13
13
  this.service = data.service;
14
14
  }
15
15
 
16
- async request() {
16
+ async request(returnUrl) {
17
17
  try {
18
18
  const data = {
19
19
  username: this.username,