diff options
author | Tobias Jahnke <tobias.jahnke@microchip.com> | 2018-10-04 16:37:19 +0200 |
---|---|---|
committer | Tobias Jahnke <tobias.jahnke@microchip.com> | 2018-11-29 10:04:38 +0100 |
commit | dbb565eceac78c2f3b91716944a6ad1e8903c25c (patch) | |
tree | 28ce028b9eb08f1e14830c823675e6309bb4be8e /htdocs | |
parent | 80d94573cf7d2121d366799d5a610b7954ae42c7 (diff) |
agl-service-unicens: support microphone front-end
Bug-AGL: SPEC-1759
- updates app-templates
- adds routing setup of microphone front-end
- adds web-ui buttons to control microphone front-end
Change-Id: Ie18ec2f40a1b1fce348d32d28c64a4a3b289d55f
Signed-off-by: Tobias Jahnke <tobias.jahnke@microchip.com>
Diffstat (limited to 'htdocs')
-rw-r--r-- | htdocs/UNICENS.html | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/htdocs/UNICENS.html b/htdocs/UNICENS.html index 46efeff..8badf8d 100644 --- a/htdocs/UNICENS.html +++ b/htdocs/UNICENS.html @@ -78,6 +78,19 @@ </ol> <br> + <h1>Microphone Front-End</h1> + <h2>Mode</h2> + <button class="ucsCtrlButton" onclick="callbinder('UNICENS','sendmessage', {node: 0x520, msgid: 0x1000, data:'AQA='})">Off</button><!--01 00 --> + <button class="ucsCtrlButton" onclick="callbinder('UNICENS','sendmessage', {node: 0x520, msgid: 0x1000, data:'AQE='})">Idle</button><!--01 01 --> + <button class="ucsCtrlButton" onclick="callbinder('UNICENS','sendmessage', {node: 0x520, msgid: 0x1000, data:'AQI='})">Listening</button><!--01 02 --> + <button class="ucsCtrlButton" onclick="callbinder('UNICENS','sendmessage', {node: 0x520, msgid: 0x1000, data:'AQM='})">Processing</button><!--01 03 --> + <button class="ucsCtrlButton" onclick="callbinder('UNICENS','sendmessage', {node: 0x520, msgid: 0x1000, data:'AQQ='})">Error</button><!--01 04 --> + <h2>Direction</h2> + <button class="ucsCtrlButton" onclick="callbinder('UNICENS','sendmessage', {node: 0x520, msgid: 0x1001, data:'AQAA'})">0</button><!--01 00 00 --> + <button class="ucsCtrlButton" onclick="callbinder('UNICENS','sendmessage', {node: 0x520, msgid: 0x1001, data:'AQBa'})">90</button><!--01 00 5A --> + <button class="ucsCtrlButton" onclick="callbinder('UNICENS','sendmessage', {node: 0x520, msgid: 0x1001, data:'AQC0'})">180</button><!--01 00 B4 --> + <button class="ucsCtrlButton" onclick="callbinder('UNICENS','sendmessage', {node: 0x520, msgid: 0x1001, data:'AQEO'})">270</button><!--01 01 0E --> + <h1>Fiberdyne Amplifier Controls (Node 0x510)</h1> <div class="divTable"> <div class="divTableBody"> |