New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

homebridge-lgtv2

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

homebridge-lgtv2

LG webOS 2/3 plugin for Homebridge

  • 1.3.2
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
8
decreased by-38.46%
Maintainers
1
Weekly downloads
 
Created
Source

Homebridge LGTv2

NPMV Travis David NPML NPMD

LG webOS 2/3 plugin for Homebridge.

To use all feature of this plugin you need the Elgato Eve app.

Features

  • Power on/off
  • Change volume
  • Change channel
  • View channel name

Install

npm install -g homebridge-lgtv2

Configuration example

{
  "accessories": [
    {
      "accessory": "LGTv2",
      "name": "TV",
      "mac": "E8:F2:E2:09:C2:56",
      "ip": "10.0.1.4",
      "keyFile": "/var/homebridge/lgtv-"
    }
  ]
}

Configuration fields

  • accessory [required] Must always be "LGTv2
  • name [required] Name of your accessory
  • mac [required] Mac address of your tv
  • ip [required] IP address of your tv
  • keyFile [optional] Location to store permission token for your tv

Tv settings

Enable this option in your tv settings Tv screen

Changelogs

Version 1.3.2

  • Temporarily removed the additional characteristics added on 1.3.0 due to incompatibility issues
  • Volume as percentage

Version 1.3.1

  • Random characteristic UUID

Version 1.3.0

  • [NEW] Control the volume
  • [NEW] Control the channel number
  • [NEW] Identify toast
  • [NEW] View the channel name

Version 1.2.2

  • [NEW] Config field keyFile

Version 1.2.1

  • Readme

Version 1.2.0

  • More fast and stable power up

Version 1.1.1

  • WoL fixed
  • GetState fixed

Keywords

FAQs

Package last updated on 18 Dec 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

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