homebridge-tauron-elicznik 0.0.2-beta64 → 0.0.2-beta65

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-beta64",
4
+ "version": "0.0.2-beta65",
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
@@ -16,8 +16,7 @@ class axiosTauronAuth {
16
16
  try {
17
17
  const data = {
18
18
  username: this.username,
19
- password: this.password,
20
- service: SERVICE_URL
19
+ password: this.password
21
20
  };
22
21
 
23
22
  const options = {