socallinuxexpo / hdmi_matrix_control

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

Clean-Up and Document The Flask Interface #2

Open LeStarch opened 5 years ago

LeStarch commented 5 years ago

There is a flask interface used to control the state of the HDMI matrix over the internet. This needs to be cleaned up, commented and documented.

shang-lin commented 5 years ago

I've added documentation to the Flask interface in pull request #18.

LeStarch commented 5 years ago

This is great work. Do you have more to do, or are you done with this issue?

shang-lin commented 5 years ago

I think I'm done with the documentation, but the the to_json() function still needs to be implemented. Also, the demo web page at index.html isn't really using the API, just calling MatrixDriver directly, so I'm going to look at making it functional.

LeStarch commented 5 years ago

Ok, thanks for the hard work!

shang-lin commented 5 years ago

20 has both the changes to the web page and to_json().