This is a basic application for run a web api who can control a SHARP Tv controlled by RS232.
-
Python 3
-
PIP 3
-
Requirements file
python3 main.py
Open the url related to the command you want to run.
Will return the command execution status. (OK / ERR / TIMEOUT / BAD REQUEST)
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 |