aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md12
1 files changed, 6 insertions, 6 deletions
diff --git a/README.md b/README.md
index 85150c7..5abf125 100644
--- a/README.md
+++ b/README.md
@@ -20,7 +20,7 @@ Bluetooth service uses the respective BlueZ package to connect to bluetooth devi
| cancel_pairing | cancel an outgoing pair request | |
| confirm_pairing | confirm incoming/outgoing bluetooth pairing pincode | *Request:* {"pincode": 31415} |
| remove_device | remove already paired device | *Request:* {"device": "dev_88_0F_10_96_D3_20"} |
-
+| set_pincode | set pincode as string into database for outgoing pairing request | *Request:* {"pincode": "4321"} |
### managed_objects verb
@@ -149,11 +149,11 @@ This verb allows an client to get initial paired devices, and discovered unpaire
avrcp_controls verb allow controlling the playback of the defined device
-| Name | Description |
-|-----------------|----------------------------------------------------------------------------------------------|
-| adapter | Name of the adapter (i.e. hci0) |
-| device | Must be the name of the device (i.e. dev_88_0F_10_96_D3_20) |
-| action | Playback control action to take (e.g Play, Pause, Stop, Next, Previous, FastForward, Rewind) |
+| Name | Description |
+|-----------------|--------------------------------------------------------------------------------------------------------------|
+| adapter | Name of the adapter (optional, i.e. hci0) |
+| device | Must be the name of the device (optional, i.e. dev_88_0F_10_96_D3_20) |
+| action | Playback control action to take (e.g Play, Pause, Stop, Next, Previous, FastForward, Rewind) |
### connect/disconnect verbs