homebridge-tauron-elicznik 0.0.2-beta50 → 0.0.2-beta51

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 +3 -3
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -135,9 +135,9 @@ class eLicznikDevice {
135
135
  this.energyExport = 0;
136
136
 
137
137
  const data = qs.stringify({
138
- username: this.user,
139
- password: this.passwd,
140
- service: SERVICE_URL
138
+ 'username': this.user,
139
+ 'password': this.passwd,
140
+ 'service': SERVICE_URL
141
141
  });
142
142
 
143
143
  this.axiosInstance = axios.create({
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-beta50",
4
+ "version": "0.0.2-beta51",
5
5
  "description": "Homebridge plugin (https://github.com/homebridge/homebridge) to read data from Tauron eLicznik.",
6
6
  "license": "MIT",
7
7
  "author": "grzegorz914",