homebridge-tauron-elicznik 0.0.2-beta91 → 0.0.2-beta92

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/index.js +1 -5
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -189,11 +189,7 @@ class eLicznikDevice {
189
189
  const options = {
190
190
  method: 'POST',
191
191
  data: payload,
192
- httpsAgent: true,
193
- ciphers: 'DEFAULT@SECLEVEL=1',
194
- headers: {
195
- 'Content-Type': 'application/x-www-form-urlencoded'
196
- },
192
+ headers: HEADERS
197
193
  };
198
194
  const response = urllib.request(LOGIN_URL, options);
199
195
 
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-beta91",
4
+ "version": "0.0.2-beta92",
5
5
  "description": "Homebridge plugin (https://github.com/homebridge/homebridge) to read data from Tauron eLicznik.",
6
6
  "license": "MIT",
7
7
  "author": "grzegorz914",