homebridge-tauron-elicznik 0.0.2-beta48 → 0.0.2-beta49

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 -0
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -147,6 +147,9 @@ class eLicznikDevice {
147
147
  data: data,
148
148
  headers: headers,
149
149
  httpsAgent: new https.Agent({
150
+ cert: fs.readFileSync('user.cert'),
151
+ key: fs.readFileSync('user.key'),
152
+ passphrase: 'secret',
150
153
  rejectUnauthorized: false
151
154
  }),
152
155
  });
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-beta48",
4
+ "version": "0.0.2-beta49",
5
5
  "description": "Homebridge plugin (https://github.com/homebridge/homebridge) to read data from Tauron eLicznik.",
6
6
  "license": "MIT",
7
7
  "author": "grzegorz914",