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.97 to 0.0.971

2

package.json
{
"name": "homebridge-lg-airco",
"version": "0.0.97",
"version": "0.0.971",
"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",

@@ -53,3 +53,6 @@ const Wideq = require("./lg/wideq").Wideq;

if (status.WindStrength) {
this.state.speed = this.wideq.paramConversion.getSpeedAsNumber(status.WindStrength.value);
const newValue = this.wideq.paramConversion.getSpeedAsNumber(status.WindStrength.value);
if (newValue) {
this.state.speed = newValue;
}
}

@@ -56,0 +59,0 @@ if (status.TempCur) {

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