homey-api 3.4.8 → 3.4.9

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.
@@ -101,7 +101,6 @@ class DeviceCapability extends EventEmitter {
101
101
  return;
102
102
  }
103
103
 
104
- if (value === this.__value) return;
105
104
  this.__value = value;
106
105
  this.__lastChanged = new Date(transactionTime);
107
106
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "homey-api",
3
- "version": "3.4.8",
3
+ "version": "3.4.9",
4
4
  "description": "Homey API",
5
5
  "main": "index.js",
6
6
  "files": [