homebridge-tauron-elicznik 0.0.2-beta44 → 0.0.2-beta45

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
@@ -176,9 +176,9 @@ class eLicznikDevice {
176
176
  this.log.debug('Device: %s %s, requesting Device state.', this.meterId, this.name);
177
177
  try {
178
178
  const data = qs.stringify({
179
- pointId: this.meterId,
180
179
  username: this.user,
181
- password: this.passwd
180
+ password: this.passwd,
181
+ service: SERVICE_URL
182
182
  });
183
183
  const headers = {
184
184
  'Content-Type': 'application/x-www-form-urlencoded;charset=UTF-8'
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-beta44",
4
+ "version": "0.0.2-beta45",
5
5
  "description": "Homebridge plugin (https://github.com/homebridge/homebridge) to read data from Tauron eLicznik.",
6
6
  "license": "MIT",
7
7
  "author": "grzegorz914",