homebridge-securitysystem 6.6.0 → 6.6.1

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.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "homebridge-securitysystem",
3
3
  "displayName": "Homebridge Security System",
4
- "version": "6.6.0",
4
+ "version": "6.6.1",
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": {
@@ -134,7 +134,7 @@ const options = {
134
134
  }
135
135
 
136
136
  if (options.isValueSet(options.serialNumber) === false) {
137
- options.name = "S3CUR1TYSYST3M";
137
+ options.serialNumber = "S3CUR1TYSYST3M";
138
138
  }
139
139
 
140
140
  if (options.isValueSet(options.defaultMode) === false) {