@hernas/homebridge-panasonic-heat-pump
Advanced tools
Comparing version 1.3.1 to 1.3.2
@@ -38,3 +38,3 @@ { | ||
"minimum": 15, | ||
"maximum": 600 | ||
"default": 60 | ||
} | ||
@@ -41,0 +41,0 @@ } |
@@ -112,2 +112,8 @@ "use strict"; | ||
} | ||
else { | ||
const existingEcoMode = this.accessory.getService('Eco Mode'); | ||
if (existingEcoMode) { | ||
this.accessory.removeService(existingEcoMode); | ||
} | ||
} | ||
// Comfort Mode | ||
@@ -141,2 +147,8 @@ if (this.platform.config.enableComfortModeSwitch) { | ||
} | ||
else { | ||
const existingComfortMode = this.accessory.getService('Comfort Mode'); | ||
if (existingComfortMode) { | ||
this.accessory.removeService(existingComfortMode); | ||
} | ||
} | ||
} | ||
@@ -143,0 +155,0 @@ async getReadings(force = false, afterSet = false) { |
{ | ||
"displayName": "Homebridge Panasonic Heat Pump", | ||
"name": "@hernas/homebridge-panasonic-heat-pump", | ||
"version": "1.3.1", | ||
"version": "1.3.2", | ||
"description": "Allows basic control of Panasonic Heat Pump (AQUAREA)", | ||
@@ -6,0 +6,0 @@ "license": "MIT", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
204111
3744