homebridge-tydom 0.27.1 → 0.27.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.
package/dist/index.js CHANGED
@@ -454,7 +454,7 @@ var TydomController = class extends import_events.EventEmitter {
454
454
  const { hostname } = this.config;
455
455
  this.log.info(`Scaning devices from hostname=${chalkString(hostname)}...`);
456
456
  const {
457
- settings,
457
+ settings = {},
458
458
  includedDevices = [],
459
459
  excludedDevices = [],
460
460
  includedCategories = [],