Socket
Socket
Sign inDemoInstall

homebridge-lg-airco

Package Overview
Dependencies
Maintainers
1
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

homebridge-lg-airco - npm Package Compare versions

Comparing version 0.0.93 to 0.0.94

2

package.json
{
"name": "homebridge-lg-airco",
"version": "0.0.93",
"version": "0.0.94",
"description": "Homebridge plugin to control a Smart Thinq enabled LG airco unit. Makes use of WideQ => https://github.com/sampsyo/wideq",

@@ -5,0 +5,0 @@ "main": "src/index.js",

@@ -91,2 +91,4 @@ const Wideq = require("./lg/wideq").Wideq;

console.log('Setting active: ' + shouldBeActive);
const isOn = shouldBeActive === Characteristic.Active.ACTIVE;

@@ -132,2 +134,4 @@ me.wideq.turnOnOrOff(me.deviceId, isOn).then((done) => {

console.log('Setting coolor state: ' + targetState);
let turnOn = false;

@@ -155,2 +159,4 @@ if (targetState !== Characteristic.TargetHeaterCoolerState.AUTO) {

console.log('Setting threshold temperature: ' + targetCoolingTemp);
me.wideq.setTemp(me.deviceId, targetCoolingTemp)

@@ -176,3 +182,2 @@ .then((done) => {

this.state.isOn = true;
this.service.getCharacteristic(Characteristic.RotationSpeed).updateValue(targetRotationSpeed);

@@ -184,3 +189,2 @@ /*

this.state.isOn = true;
this.service.getCharacteristic(Characteristic.RotationSpeed).updateValue(targetRotationSpeed);
})

@@ -187,0 +191,0 @@ .catch((error) => {

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