mirror of
https://github.com/openhab/openhab-addons.git
synced 2025-01-10 15:11:59 +01:00
Fix openhab unit name (#15913)
Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
This commit is contained in:
parent
7fc351c9c2
commit
96470d4448
@ -1,6 +1,7 @@
|
|||||||
# Bluetooth BlueZ Adapter
|
# Bluetooth BlueZ Adapter
|
||||||
|
|
||||||
This extension supports Bluetooth access via BlueZ and DBus on Linux. This is architecture agnostic and uses Unix Sockets.
|
This extension supports Bluetooth access via BlueZ and DBus on Linux.
|
||||||
|
This is architecture agnostic and uses Unix Sockets.
|
||||||
|
|
||||||
# Setup
|
# Setup
|
||||||
|
|
||||||
@ -33,7 +34,7 @@ Restart running services for changes to take effect.
|
|||||||
```shell
|
```shell
|
||||||
systemctl restart dbus
|
systemctl restart dbus
|
||||||
systemctl restart bluetooth
|
systemctl restart bluetooth
|
||||||
systemctl restart openhab2
|
systemctl restart openhab
|
||||||
```
|
```
|
||||||
|
|
||||||
## Supported Things
|
## Supported Things
|
||||||
|
Loading…
Reference in New Issue
Block a user