Skip to content

infamy/LGtvPy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

A python class that uses pyserial to control an LG tv (**LH30 or better).

It's fairly straight forward to use.

#the following will use ttyUSB0 and turn the tv off.
#you need pySerial installed for this to work.
import LGtv

tv = LGtv.LGtv('/dev/ttyUSB0')
tv.powerOff()

About

LG TV python interface library

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages