homebridge-adt-pulse 2.1.1 → 2.1.2

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.
@@ -37,7 +37,7 @@
37
37
  "title": "MFA Fingerprint",
38
38
  "type": "string",
39
39
  "default": "",
40
- "required": false,
40
+ "required": true,
41
41
  "description": "MFA Fingerprint from browser registered with ADT Pulse"
42
42
  },
43
43
  "overrideSensors": {
package/index.js CHANGED
@@ -5,7 +5,7 @@
5
5
  */
6
6
  const _ = require('lodash');
7
7
 
8
- const packageJson = require('./package');
8
+ const packageJson = require('./package.json');
9
9
  const Pulse = require('./api');
10
10
 
11
11
  let Accessory;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "homebridge-adt-pulse",
3
3
  "displayName": "Homebridge ADT Pulse",
4
- "version": "2.1.1",
4
+ "version": "2.1.2",
5
5
  "description": "Homebridge security system platform for ADT Pulse",
6
6
  "main": "index.js",
7
7
  "private": false,