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.95 to 0.0.96

2

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

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

if(shouldBeActive !== me.isOn) {
if(shouldBeActive !== (me.isOn ? 1 : 0)) {
const isOn = shouldBeActive === Characteristic.Active.ACTIVE;

@@ -96,0 +96,0 @@ me.wideq.turnOnOrOff(me.deviceId, isOn).then((done) => {

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