homebridge-tauron-elicznik 0.0.3-beta.10 → 0.0.3-beta.11

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 +2 -2
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -168,8 +168,8 @@ class eLicznikDevice {
168
168
 
169
169
  // Add login details & meter ID here:
170
170
  const payload = {
171
- 'username': username,
172
- 'password': password,
171
+ 'username': this.user,
172
+ 'password': this.passwd,
173
173
  'service': 'https://elicznik.tauron-dystrybucja.pl'
174
174
  }
175
175
 
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.3-beta.10",
4
+ "version": "0.0.3-beta.11",
5
5
  "description": "Homebridge plugin (https://github.com/homebridge/homebridge) to read data from Tauron eLicznik.",
6
6
  "license": "MIT",
7
7
  "author": "grzegorz914",