Skip to content

lucasmaurice/tv_control

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TV CONTROL

WTFPL

This is a basic application for run a web api who can control a SHARP Tv controlled by RS232.

Requirements

  • Python 3

  • PIP 3

  • Requirements file

Usage

Run server

python3 main.py

Command call

Open the url related to the command you want to run.

Will return the command execution status. (OK / ERR / TIMEOUT / BAD REQUEST)

Command list

Commands imported from here.

Name URL Description
Power On /on Will power on the Tv
Power Off /off Will power off the Tv
Mute /mute Will disable the Tv audio
Unmute /unmute Will enable the Tv audio

About

Create a web api for control a Sharp tv from Serial.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages