homebridge-lib 6.3.9 → 6.3.10

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.
@@ -117,7 +117,7 @@ class ContactValue extends HistoryValue {
117
117
  const entry = { time: now }
118
118
  entry[this.id] = this._delegate.value
119
119
  parent.addEntry(entry)
120
- parent.lastContactDelegate = parent.lastActivationValue(now)
120
+ parent.lastContactDelegate.value = parent.lastActivationValue(now)
121
121
  parent.timesOpenedDelegate.value += value
122
122
  })
123
123
  parent.addCharacteristicDelegate({
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.3.9",
6
+ "version": "6.3.10",
7
7
  "keywords": [
8
8
  "homekit",
9
9
  "homebridge"