From e9473caebc324a464d1d28a73a4372ac01e41a21 Mon Sep 17 00:00:00 2001 From: Hilbrand Bouwkamp Date: Tue, 13 Dec 2022 08:40:10 +0100 Subject: [PATCH] [airq] fix table in readme that broke rendering markup (#13937) Signed-off-by: Hilbrand Bouwkamp --- bundles/org.openhab.binding.airq/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bundles/org.openhab.binding.airq/README.md b/bundles/org.openhab.binding.airq/README.md index 060b3398e..2659ed9e0 100644 --- a/bundles/org.openhab.binding.airq/README.md +++ b/bundles/org.openhab.binding.airq/README.md @@ -44,7 +44,7 @@ For the Maximum Error channels just add `_maxerr` to the channel names. The rw column is empty if the channel is only readable, w if the channel can be written and rw if it allows both to be read and written. | channel | type | rw | description | -|---------------------------|----------------------|--------------------------------------------------------------------------| +|---------------------------|----------------------|----|---------------------------------------------------------------------| | status | String | | Status of the sensors (usually "OK") | | avgFineDustSize | Number:Length | | Average size of Fine Dust [experimental] | | fineDustCnt00_3 | Number:Dimensionless | | Fine Dust >0,3 µm |