06-27-2024, 05:47 PM
Hello,
I've developped a small Android application that just wraps the Moode Audio interface in a Webview and catch volume button press to send Rest API volume command:
https://github.com/harzoglups/Moodroid
This is quick and dirty code that suits my needs, feel free to do whatever you want with it if you think it's useful.
URL and volume step are hardcoded: http://moode.local and 1, could be a preference...
I've developped a small Android application that just wraps the Moode Audio interface in a Webview and catch volume button press to send Rest API volume command:
https://github.com/harzoglups/Moodroid
This is quick and dirty code that suits my needs, feel free to do whatever you want with it if you think it's useful.
URL and volume step are hardcoded: http://moode.local and 1, could be a preference...