supersaiyanmode / PyWebOSTV

Python API for controlling LG TVs (Web OS)
MIT License
261 stars 50 forks source link

Add some new calls #28

Closed dagavi closed 4 years ago

dagavi commented 4 years ago

Added: set_channel_with_id(string: channelID) # Opens the channel channel_list: Returns all the channels get_current_channel: Returns the current channel get_current_program: Returns the curent channel + EPG data

Control: play, pause, rewind, fastforward and stop

Add a try/catch in a import to have Python2 and Python3 support

coveralls commented 4 years ago

Coverage Status

Coverage increased (+0.1%) to 85.032% when pulling 86f63346359ae02448b9692906f2d76b141b597b on dagavi:master into e73438c4de9817bb98d8aa300a59cdaa218771c7 on supersaiyanmode:master.

supersaiyanmode commented 4 years ago

Hi @dagavi, thanks so much for this PR. Let me know if there are more changes coming. If not, I'll merge your PR in. :+1:

dagavi commented 4 years ago

At this moment I will not make more changes