diff options
author | fulup <fulup.arfoll@iot.bzh> | 2018-06-10 19:27:57 +0200 |
---|---|---|
committer | fulup <fulup.arfoll@iot.bzh> | 2018-06-10 19:27:57 +0200 |
commit | 0988ca005745619cb581cbee3380a149b35029af (patch) | |
tree | cae7dbf2a02bb4a8624ddcc213e21cad9f254a1f /conf.d/project/htdocs/index.html | |
parent | fe8135a9a769f9df7e7e0d0eeacdd8497661a8c4 (diff) |
Added stream/ramp return to fit HAL attach request
Diffstat (limited to 'conf.d/project/htdocs/index.html')
-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> |