diff options
Diffstat (limited to 'conf.d/project')
-rw-r--r-- | conf.d/project/htdocs/index.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/conf.d/project/htdocs/index.html b/conf.d/project/htdocs/index.html index 53c7054..7acfd89 100644 --- a/conf.d/project/htdocs/index.html +++ b/conf.d/project/htdocs/index.html @@ -20,6 +20,8 @@ <ol> <li><button onclick="callbinder('smixer', 'info', {streams: true, verbose:true});">Streams All List</button></li> <li><button onclick="callbinder('smixer', 'info', {streams: 'multimedia'});">Streams Multimedia</button></li> + <li><button onclick="callbinder('smixer', 'info', {streams: ['multimedia','emergency']});">Streams Multimedia</button></li> + <br> <li><button onclick="callbinder('smixer', 'info', {ramps: true, verbose:true});">Ramps List</button></li> <li><button onclick="callbinder('smixer', 'info', {zones: true});">Zones List</button></li> <br> |