diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -9,10 +9,10 @@ The name of the provided API is `unicens-controller`. ## Verbs | Name | Description | JSON Parameters | |-----------------------------|-----------------------------------------------|-------------------------------------------------------------------| -| slimamp_master_volume_set | Set master volume of the slim amplifer. | *Request:* { "value": 0 } <br>Valid range for `value`: 0..100 | -| amplifier_master_volume_set | Set master volume of the Fiberdyne amplifer. | *Request:* { "value": 0 } <br>Valid range for `value`: 0..100 | -| microphone_mode_set | Set LED mode of microphone | See section *Verb microphone_mode_set* | - +| slimamp_master_volume_set | Set master volume of the slim amplifer. | *Request:* { "value": 0 }<br>Valid range for `value`: 0..100 | +| amplifier_master_volume_set | Set master volume of the Fiberdyne amplifer. | *Request:* { "value": 0 }<br>Valid range for `value`: 0..100 | +| microphone_mode_set | Set LED mode of microphone. | See section *Verb microphone_mode_set* | +| microphone_doa_get | Get the direction of audio. | *Request:* {}<br>*Response*: { "value": 45 }<br>Valid range for `value`: 0..359 | ### Verb microphone_mode_set You can set an LED signaling mode with the following parameters. |