[Documentation] Markdown improvements for bindings a to e (#13859)
Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
This commit is contained in:
committed by
GitHub
parent
72efc1cfed
commit
caf71f72e6
@@ -29,7 +29,7 @@ The Roaming bridge has an optional parameter `groupUIDs` that configures which B
|
||||
`groupUIDs` must be formatted as a comma separated list of Bluetooth adapter thing UID values.
|
||||
If the `groupUIDs` parameter is not specified or left empty then the Roaming adapter will track devices across all other Bluetooth adapters.
|
||||
|
||||
Additionally, the Roaming bridge has the parameter `backgroundDiscovery` that can be set to `true` or `false`.
|
||||
Additionally, the Roaming bridge has the parameter `backgroundDiscovery` that can be set to `true` or `false`.
|
||||
When set to `true`, a device discovered on any other adapter will have a corresponding `roaming` discovery.
|
||||
The `backgroundDiscovery` parameter is true by default.
|
||||
|
||||
@@ -37,7 +37,7 @@ The `backgroundDiscovery` parameter is true by default.
|
||||
|
||||
This is how a Roaming adapter can be configured textually in a *.things file:
|
||||
|
||||
```
|
||||
```java
|
||||
Bridge bluetooth:roaming:ctrl "BLE Roaming Adapter" [ backgroundDiscovery=true]
|
||||
Bridge bluetooth:roaming:other "BLE Roaming Adapter" [ backgroundDiscovery=true, groupUIDs="bluetooth:bluez:hci0,bluetooth:bluez:hci1"]
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user