From 20c377c58c9913973dffaa747d4fa3cab52b97c9 Mon Sep 17 00:00:00 2001 From: Matthias Prinke <83612361+matthias-bs@users.noreply.github.com> Date: Mon, 29 Jul 2024 21:37:23 +0200 Subject: [PATCH] Update README.md --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index c92b620..c8f5089 100644 --- a/README.md +++ b/README.md @@ -703,7 +703,7 @@ The default payload configuration is as follows: | Sensor | Signal | Unit | Type | Bytes | | ------------------------- | ------------------------------- | ----- | ----------- | ----- | -| Bresser Sensors | +| **Bresser Sensors** | | Weather | Temperature | °C | temperature | 2 | | Weather | Humidity | % | uint8 | 1 | | Weather | Rain Gauge | mm | rawfloat | 4 | @@ -722,13 +722,13 @@ The default payload configuration is as follows: | Lightning | Post-processed: Event timestamp | epoch | unixtime | 4 | | Lightning | Post-processed: No. of events | - | uint16 | 2 | | Lightning | Post-processed: Storm distance | km | uint8 | 1 | -| 1-Wire Sensors | +| **1-Wire Sensors** | | Temperature | Temperature | °C | temperature | 2 | -| Analog Interface | +| **Analog Interface** | | Ch 00 | Battery voltage | mV | uint16 | 2 | -| Digital Interface | -| -- none -- | -| BLE Sensors | +| **Digital Interface** | +| — none — | +| **BLE Sensors** | | Temperature/Humidity | Temperature | °C | temperature | 2 | | Temperature/Humidity | Humidity | % | uint8 | 1 |