diff options
author | Fulup Ar Foll <fulup@iot.bzh> | 2018-05-08 22:12:35 +0200 |
---|---|---|
committer | Fulup Ar Foll <fulup@iot.bzh> | 2018-05-08 22:12:35 +0200 |
commit | e904b7da51297b0417df31ab79568c3f1243fb64 (patch) | |
tree | 01a7850d68dcc3983cd0bdfab1ed49ed2e4e675c /conf.d/project/htdocs/index.html | |
parent | 17edfc4c20cfd855d68e5b0ef044da2e7509f3f3 (diff) |
Fist AlsaLoop model playing music (work in progress)
Diffstat (limited to 'conf.d/project/htdocs/index.html')
-rw-r--r-- | conf.d/project/htdocs/index.html | 18 |
1 files changed, 1 insertions, 17 deletions
diff --git a/conf.d/project/htdocs/index.html b/conf.d/project/htdocs/index.html index 9a7d66f..600f7e0 100644 --- a/conf.d/project/htdocs/index.html +++ b/conf.d/project/htdocs/index.html @@ -13,25 +13,9 @@ <button id="mnitoring" onclick="window.open('/monitoring/monitor.html','_monitor_ctl')">Debug/Monitoring</a></button> <br><br> - <h2>V2 API CALL</h2> - <ol> - <li><button onclick="callbinder('pol4a','request', {'uid':'navigation-role'});">Navigation Open</button></li> - <li><button onclick="callbinder('pol4a','request', {'uid':'emergency-role'});">Emergency Open</button></li> - <br> - <li><button onclick="callbinder('pol4a', 'request', {'uid':'release-current'});">Release Current Role</button></li> - </ol> - <h2>V3 API CALL</h2> <ol> - <li><button onclick="callbinder('pol4a','navigation-role');">Navigation Open</button></li> - <li><button onclick="callbinder('pol4a','emergency-role');">Emergency Open</button></li> - <br> - <li><button onclick="callbinder('pol4a','release-current');">Release Current Role</button></li> - </ol> - - <h2>Signal/Timeout</h2> - <ol> - <li><button onclick="callbinder('pol4a','signal-timeout', {'timeout':3, 'data':'state', 'event':'quit'});">Get Signal in 3s</button></li> + <li><button onclick="callbinder('softmixer','mixer-config');">Mixer Config</button></li> </ol> <div id="main" style="visibility:hidden"> |