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.96 to 0.0.97

src/utils/utils.js

2

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

const Wideq = require("./lg/wideq").Wideq;
const Utils = require("./utils/utils").Utils;

@@ -27,2 +28,3 @@ let Service, Characteristic;

this.wideq = new Wideq(config['country'], config['language']);
this.utils = new Utils();

@@ -266,3 +268,3 @@ this.state = {

rotationSpeedCharac.on('get', me.getRotationSpeed.bind(me));
rotationSpeedCharac.on('set', me.setRotationSpeed.bind(me));
rotationSpeedCharac.on('set', me.utils.debounce(me.setRotationSpeed.bind(me), 1000));

@@ -269,0 +271,0 @@ return [informationService, me.service];

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