diff options
author | Tobias Jahnke <tobias.jahnke@microchip.com> | 2018-10-04 16:37:19 +0200 |
---|---|---|
committer | Tobias Jahnke <tobias.jahnke@microchip.com> | 2018-10-04 16:37:19 +0200 |
commit | de9d75e591820b59304b1037faf92a952a6ed7b2 (patch) | |
tree | 90d33f97e3423f58486ef9c7bb3a2f5893ba870d /htdocs/UNICENS.html | |
parent | 1b2eb59959fdf4e1f33e5e7c487bab5b54386cb6 (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/UNICENS.html')
-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"> |