-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Clean-Up and Document The Flask Interface #2
Comments
I've added documentation to the Flask interface in pull request #18. |
This is great work. Do you have more to do, or are you done with this issue? |
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. |
Ok, thanks for the hard work! |
#20 has both the changes to the web page and to_json(). |
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.
The text was updated successfully, but these errors were encountered: