diff options
Diffstat (limited to 'conf.d')
-rw-r--r-- | conf.d/project/htdocs/index.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/conf.d/project/htdocs/index.html b/conf.d/project/htdocs/index.html index 59fbbac..df7ec80 100644 --- a/conf.d/project/htdocs/index.html +++ b/conf.d/project/htdocs/index.html @@ -22,6 +22,9 @@ <li><button onclick="callbinder('MyMixer', 'info', {ramps: true});">Ramps List</button></li> <li><button onclick="callbinder('MyMixer', 'info', {zones: true});">Zones List</button></li> <br> + <li><button onclick="callbinder('MyMixer', '8CH-USB/playback', {volume: '+10'});">Master 8CH-USB vol=+10</button></li> + <li><button onclick="callbinder('MyMixer', '8CH-USB/playback', {volume: '-10'});">Master 8CH-USB vol=-10</button></li> + <br> <li><button onclick="callbinder('MyMixer', 'multimedia', {toggle: true});">Stream Multimedia pause/resume</button></li> <li><button onclick="callbinder('MyMixer', 'navigation', {toggle: true});">Stream Navigation pause/resume</button></li> <br> |