homebridge-lib 7.1.4 → 7.1.5

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.
@@ -127,7 +127,7 @@ class EveHomeKitTypes extends CustomHomeKitTypes {
127
127
  * <br>Used by: weather station.
128
128
  * @property {Class} Rain24h - Rain (in mm) during past 24 hours.
129
129
  * <br>Used by: weather station.
130
- * @property {Class} RainProbabiliy - Probability of rain (in %).
130
+ * @property {Class} RainProbability - Probability of rain (in %).
131
131
  * <br>Used by: weather station.
132
132
  * @property {Class} ResetTotal - Time (as seconds since epoch) of
133
133
  * last reset.
@@ -547,7 +547,7 @@ class EveHomeKitTypes extends CustomHomeKitTypes {
547
547
  minValue: 0,
548
548
  maxValue: 100,
549
549
  perms: [this.Perms.PAIRED_READ, this.Perms.NOTIFY]
550
- }, 'Rain Probabiliy'
550
+ }, 'Rain Probability'
551
551
  )
552
552
 
553
553
  this.createCharacteristicClass(
package/package.json CHANGED
@@ -6,7 +6,7 @@
6
6
  "ebaauw"
7
7
  ],
8
8
  "license": "Apache-2.0",
9
- "version": "7.1.4",
9
+ "version": "7.1.5",
10
10
  "keywords": [
11
11
  "homekit",
12
12
  "homebridge"
@@ -30,11 +30,11 @@
30
30
  },
31
31
  "engines": {
32
32
  "homebridge": "^1.9.0||^2.0.0-beta",
33
- "node": "22.14.0||^22||^20||^18"
33
+ "node": "22.15.0||^22||^20||^18"
34
34
  },
35
35
  "dependencies": {
36
- "@homebridge/plugin-ui-utils": "~2.0.1",
37
- "hb-lib-tools": "~2.2.2"
36
+ "@homebridge/plugin-ui-utils": "~2.0.2",
37
+ "hb-lib-tools": "~2.2.3"
38
38
  },
39
39
  "scripts": {
40
40
  "prepare": "standard && rm -rf out && jsdoc -c jsdoc.json",