homebridge-lib 5.6.6 → 5.6.7

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.
@@ -467,6 +467,8 @@ class MyHomeKitTypes extends homebridgeLib.CustomHomeKitTypes {
467
467
 
468
468
  this.createCharacteristicClass('CpuLoad', uuid('051'), {
469
469
  format: this.Formats.FLOAT,
470
+ minValue: 0,
471
+ maxValue: 100,
470
472
  minStep: 0.01,
471
473
  perms: [this.Perms.READ, this.Perms.NOTIFY]
472
474
  }, 'Load')
package/lib/SystemInfo.js CHANGED
@@ -407,7 +407,7 @@ class SystemInfo extends events.EventEmitter {
407
407
  id,
408
408
  manufacturer: 'Synology',
409
409
  model: [device, model].join(' '),
410
- prettyName: ['Synologgy', device, model].join(' ')
410
+ prettyName: ['Synology', device, model].join(' ')
411
411
  }
412
412
  }
413
413
 
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "description": "Library for homebridge plugins",
4
4
  "author": "Erik Baauw",
5
5
  "license": "Apache-2.0",
6
- "version": "5.6.6",
6
+ "version": "5.6.7",
7
7
  "keywords": [
8
8
  "homekit",
9
9
  "homebridge"