homebridge-lib 6.6.0 → 6.6.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.
@@ -621,7 +621,7 @@ class EveHomeKitTypes extends CustomHomeKitTypes {
621
621
  // this.Characteristics.Char158, // presumably for firmware upgrade
622
622
  ])
623
623
 
624
- this.createServiceClass('Consumption', uuid('008'), [
624
+ this.createServiceClass('Consumption', uuid('008'), [], [
625
625
  this.Characteristics.Voltage, // 10A
626
626
  this.Characteristics.TotalConsumption, // 10C
627
627
  this.Characteristics.Consumption, // 10D
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": "6.6.0",
6
+ "version": "6.6.2",
7
7
  "keywords": [
8
8
  "homekit",
9
9
  "homebridge"
@@ -22,11 +22,11 @@
22
22
  },
23
23
  "engines": {
24
24
  "homebridge": "^1.6.1",
25
- "node": "20.7.0||^20||^18"
25
+ "node": "20.8.1||^20||^18"
26
26
  },
27
27
  "dependencies": {
28
- "@homebridge/plugin-ui-utils": "~0.0.19",
29
- "hb-lib-tools": "~1.1.1"
28
+ "@homebridge/plugin-ui-utils": "~0.1.0",
29
+ "hb-lib-tools": "~1.1.3"
30
30
  },
31
31
  "scripts": {
32
32
  "prepare": "standard && rm -rf out && jsdoc -c jsdoc.json",