Skip to content

Turgon37/panasonic-viera

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Panasonic-viera TV control

A set of tools to control your Panasonic Viera TV.

This project is licensed under the terms of the MIT license

Usage

Examples

Increase Volume By 1

import panasonic_viera
rc = panasonic_viera.RemoteControl("<HOST>")
volume = rc.getVolume()
rc.setVolume(volume + 1)

Send EPG Key

import panasonic_viera
rc = panasonic_viera.RemoteControl("<HOST>")
rc.sendKey(panasonic_viera.Keys.EPG)

About

Python/PHP remote controle client for Panasonic Viera TVs

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published