homebridge-securitysystem 8.1.1-beta.2 → 8.1.1-beta.3

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.
@@ -268,7 +268,7 @@
268
268
  "title": "Double-Knock Modes",
269
269
  "description": "",
270
270
  "type": "array",
271
- "default": ["Away"],
271
+ "default": [],
272
272
  "required": false,
273
273
  "items": {
274
274
  "title": "Mode",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "homebridge-securitysystem",
3
3
  "displayName": "Homebridge Security System",
4
- "version": "8.1.1-beta.2",
4
+ "version": "8.1.1-beta.3",
5
5
  "description": "Homebridge plugin that creates a security system accessory that can be triggered by HomeKit sensors.",
6
6
  "main": "src/index.js",
7
7
  "scripts": {
@@ -333,7 +333,7 @@ const options = {
333
333
  }
334
334
 
335
335
  if (options.isValueSet(options.doubleKnockModes) === false) {
336
- options.doubleKnockModes = ["Away"];
336
+ options.doubleKnockModes = [];
337
337
  }
338
338
 
339
339
  // Audio