homebridge-platform-wemo
Advanced tools
Comparing version 3.1.0 to 3.1.1-beta.0
@@ -5,2 +5,8 @@ # Change Log | ||
## BETA | ||
### Changes | ||
- Recommended node version bump to v14.17.1 | ||
## 3.1.0 (2021-05-26) | ||
@@ -7,0 +13,0 @@ |
@@ -41,3 +41,3 @@ /* jshint -W014, -W033, esversion: 9 */ | ||
// Add options to the heater target state characteristic | ||
// Add options to the humidifier target state characteristic | ||
this.service.getCharacteristic(this.hapChar.TargetHumidifierDehumidifierState).setProps({ | ||
@@ -49,3 +49,3 @@ minValue: 1, | ||
// Add the set handler to the heater target humidity characteristic | ||
// Add the set handler to the humidifier target relative humidity characteristic | ||
this.service | ||
@@ -52,0 +52,0 @@ .getCharacteristic(this.hapChar.RelativeHumidityHumidifierThreshold) |
@@ -68,4 +68,4 @@ /* jshint -W014, -W033, esversion: 9 */ | ||
// Set up the Homebridge events | ||
this.api.on('didFinishLaunching', this.pluginSetup.bind(this)) | ||
this.api.on('shutdown', this.pluginShutdown.bind(this)) | ||
this.api.on('didFinishLaunching', () => this.pluginSetup()) | ||
this.api.on('shutdown', () => this.pluginShutdown()) | ||
} catch (err) { | ||
@@ -72,0 +72,0 @@ // Catch any errors during initialisation |
{ | ||
"name": "homebridge-platform-wemo", | ||
"alias": "BelkinWeMo", | ||
"version": "3.1.0", | ||
"version": "3.1.1-beta.0", | ||
"author": "bwp91", | ||
@@ -21,3 +21,3 @@ "description": "Homebridge plugin to control Wemo devices.", | ||
"homebridge": "^1.3.3", | ||
"node": "^14.17.0" | ||
"node": "^14.17.1 || ^16.3.0" | ||
}, | ||
@@ -24,0 +24,0 @@ "repository": { |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
270686
2