0.9.77 • Published 11 months ago

lgtv-serial-complete v0.9.77

Weekly downloads
-
License
ISC
Repository
github
Last release
11 months ago

About

This module lets you command a LG TV over the serial port of your computer (or Raspberry Pi).

Example

const LGTV = require("lgtv-serial")

lgtv = new LGTV("/dev/ttyUSB0")

// Power off TV
lgtv.set("power",0)
    .then(r => { 
        console.log(`Success : ${r}`)
    })

// Get current status
lgtv.get("power")
    .then(r => { 
        console.log(`Current state : ${r}`)
    })
0.9.77

11 months ago

0.9.76

12 months ago

0.9.75

12 months ago

0.9.74

12 months ago

0.9.73

12 months ago

0.9.72

12 months ago

0.9.71

12 months ago

0.9.7

12 months ago

0.9.6

12 months ago

0.9.5

12 months ago

0.9.4

12 months ago

0.9.3

12 months ago

0.9.2

12 months ago