homebridge-lib 7.0.7 → 7.0.8

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.
@@ -951,6 +951,7 @@ class MyHomeKitTypes extends CustomHomeKitTypes {
951
951
 
952
952
  this.createCharacteristicClass('SwapUsage', uuid('093'), {
953
953
  format: this.Formats.INT,
954
+ unit: this.Units.PERCENTAGE,
954
955
  minValue: 0,
955
956
  maxValue: 100,
956
957
  minStep: 1,
package/package.json CHANGED
@@ -6,7 +6,7 @@
6
6
  "ebaauw"
7
7
  ],
8
8
  "license": "Apache-2.0",
9
- "version": "7.0.7",
9
+ "version": "7.0.8",
10
10
  "keywords": [
11
11
  "homekit",
12
12
  "homebridge"