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

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
@@ -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 = {