diff options
Diffstat (limited to 'htdocs/ucs-controller.html')
-rw-r--r-- | htdocs/ucs-controller.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/htdocs/ucs-controller.html b/htdocs/ucs-controller.html index f1b9ed8..0de6c57 100644 --- a/htdocs/ucs-controller.html +++ b/htdocs/ucs-controller.html @@ -98,6 +98,13 @@ limitations under the License. <li><button onclick="callbinder('unicens-controller','microphone_mode_set', {'value': 'unknown'})">Unknown</button></li> </ol> </div> + + <h3>DOA</h3> + <div> + <ol> + <li><button onclick="callbinder('unicens-controller','microphone_doa_get', {})">Get direction of audio (DOA)</button></li> + </ol> + </div> <h1>Events</h1> <br> |