socallinuxexpo / hdmi_matrix_control

Daemon for controlling HDMI Matrix Switchers
GNU General Public License v2.0
2 stars 2 forks source link

Web interface uses API #20

Closed shang-lin closed 4 years ago

shang-lin commented 5 years ago

The web page in templates/index.html was accessing MatrixDriver directly and not sending any changes. In this commit, it is using the API for everything and does not directly access MatrixDriver, so it's a proper demo of the API.

shang-lin commented 5 years ago

I added more commits to this pull request.

cmd.py was creating a serial port and passing it to TESmartMatrix when it should have been just passing the port file name.

Console output in index.html has been cleaned up.