[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
@@ -1,6 +1,6 @@
|
||||
# Ruuvi Tag
|
||||
|
||||
This extension adds support for [Ruuvi Tag](https://ruuvi.com/) Sensor Beacons.
|
||||
This extension adds support for [Ruuvi Tag](https://ruuvi.com/) Sensor Beacons.
|
||||
|
||||
## Supported Things
|
||||
|
||||
@@ -10,14 +10,13 @@ Only a single thing type is added by this extension:
|
||||
| --------------- | ------------------------- |
|
||||
| ruuvitag_beacon | A Ruuvi Tag Sensor Beacon |
|
||||
|
||||
|
||||
Under normal conditions the ruuvitag should submit data every 10 seconds.
|
||||
However, if no data has been retrieved after 1 minute the ruuvitag is set to OFFLINE and the state of channels is set to UNDEF.
|
||||
When new data is retrieved when OFFLINE the ruuvtag is set ONLINE again.
|
||||
|
||||
## Discovery
|
||||
|
||||
As any other Bluetooth device, Ruuvi Tag Beacons are discovered automatically by the corresponding bridge.
|
||||
As any other Bluetooth device, Ruuvi Tag Beacons are discovered automatically by the corresponding bridge.
|
||||
|
||||
## Thing Configuration
|
||||
|
||||
@@ -47,13 +46,13 @@ Note: not all channels are always available. Available fields depends on [Ruuvi
|
||||
|
||||
demo.things:
|
||||
|
||||
```
|
||||
```java
|
||||
bluetooth:ruuvitag:hci0:beacon "RuuviTag Sensor Beacon" (bluetooth:bluez:hci0) [ address="12:34:56:78:9A:BC" ]
|
||||
```
|
||||
|
||||
demo.items:
|
||||
|
||||
```
|
||||
```java
|
||||
Number:Temperature temperature "Room Temperature [%.1f %unit%]" { channel="bluetooth:ruuvitag:hci0:beacon:temperature" }
|
||||
Number:Dimensionless humidity "Humidity [%.0f %unit%]" { channel="bluetooth:ruuvitag:hci0:beacon:humidity" }
|
||||
Number:Pressure pressure "Air Pressure [%.0f %unit%]" { channel="bluetooth:ruuvitag:hci0:beacon:pressure" }
|
||||
|
||||
Reference in New Issue
Block a user