homebridge-plugin-wrapper
Advanced tools
Comparing version 3.0.0 to 3.0.1
@@ -251,5 +251,7 @@ /* jshint -W097 */ | ||
accessory.on('service-characteristic-change', (data) => { | ||
changeEventHandler(accessory, data); | ||
}); | ||
if (!isUpdate) { | ||
accessory.on('service-characteristic-change', (data) => { | ||
changeEventHandler(accessory, data); | ||
}); | ||
} | ||
@@ -256,0 +258,0 @@ that.knownAccessories[accessory.UUID] = accessory; |
{ | ||
"name": "homebridge-plugin-wrapper", | ||
"version": "3.0.0", | ||
"version": "3.0.1", | ||
"description": "Wrapper for Homebridge and NodeJS-HAP with reduced dependencies that allows to intercept plugin values and also send to them", | ||
@@ -5,0 +5,0 @@ "author": { |
@@ -69,2 +69,5 @@ # homebridge-plugin-wrapper | ||
## Changelog | ||
### 3.0.1 (2022-09-11) | ||
* Prevent multiple subscribes on accessory change events | ||
### 3.0.0 (2022-09-11) | ||
@@ -71,0 +74,0 @@ * Change process and lookup services and characteristics by their UUID anew when polling or such to make sure to get the most current objects (makes it compatible to more plugins) |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
2927676
41115
141