Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@hernas/homebridge-panasonic-heat-pump

Package Overview
Dependencies
Maintainers
2
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hernas/homebridge-panasonic-heat-pump - npm Package Compare versions

Comparing version 1.3.1 to 1.3.2

2

config.schema.json

@@ -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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc