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.1.2 to 0.1.3

jest.config.js

2

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

@@ -26,15 +26,15 @@ # Homebridge Smart Thinq LG Airco

The accessory name has to be `LgAirCooler` to link to the plugin.
The `name` field is for the display name in the HomeKit app.
The `deviceId` field is the device id for you cooler, optional, only provide this if you have more than one AC unit! instructions below how to obtain it!
The `country` field is the 2 letter country code (XX) of the chosen country of your LG SmartThinq account.
The `language` field is the 4 letter language code (xx-XX) of the chosen language of your LG SmartThinq account.
The `model` field is the model of the AC unit being used. This value is used to show in the information section.
The `maxCoolingTemp` field is the maximum settable temperature when in COOLING mode.
The `minCoolingTemp` field is the minimum settable temperature when in COOLING mode.
The `maxHeatingTemp` field is the maximum settable temperature when in HEATING mode.
The `minHeatingTemp` field is the minimum settable temperature when in HEATING mode.
The `updateInterval` field is the interval that is used to fetch new state data from the AC unit. In milliseconds!
The `debug` field is the boolean that enables or disables debug logging, set this to false unless collecting logs.
The `dummy` field is the boolean that enables mocking out the LG API and will instead use a dummy AC unit with no network calls, only for development & testing!
The accessory name has to be `LgAirCooler` to link to the plugin.
The `name` field is for the display name in the HomeKit app.
The `deviceId` field is the device id for you cooler, optional, only provide this if you have more than one AC unit! instructions below how to obtain it!
The `country` field is the 2 letter country code (XX) of the chosen country of your LG SmartThinq account.
The `language` field is the 4 letter language code (xx-XX) of the chosen language of your LG SmartThinq account.
The `model` field is the model of the AC unit being used. This value is used to show in the information section.
The `maxCoolingTemp` field is the maximum settable temperature when in COOLING mode.
The `minCoolingTemp` field is the minimum settable temperature when in COOLING mode.
The `maxHeatingTemp` field is the maximum settable temperature when in HEATING mode.
The `minHeatingTemp` field is the minimum settable temperature when in HEATING mode.
The `updateInterval` field is the interval that is used to fetch new state data from the AC unit. In milliseconds!
The `debug` field is the boolean that enables or disables debug logging, set this to false unless collecting logs.
The `dummy` field is the boolean that enables mocking out the LG API and will instead use a dummy AC unit with no network calls, only for development & testing!

@@ -41,0 +41,0 @@ The initial state will be fetched shortly after booting your Homebridge instance.

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