From ed8614301be62023dd122fec32f4d1d682daf5db Mon Sep 17 00:00:00 2001 From: George Ruinelli Date: Wed, 22 Feb 2023 09:45:34 +0100 Subject: [PATCH] . --- param-docs/parameter-pages/Alignment/AlignmentAlgo.md | 1 + param-docs/parameter-pages/Debug/LogLevel.md | 2 ++ param-docs/parameter-pages/MQTT/MainTopic.md | 1 + param-docs/parameter-pages/TakeImage/ImageSize.md | 1 + 4 files changed, 5 insertions(+) diff --git a/param-docs/parameter-pages/Alignment/AlignmentAlgo.md b/param-docs/parameter-pages/Alignment/AlignmentAlgo.md index 7d66f61..6620f36 100644 --- a/param-docs/parameter-pages/Alignment/AlignmentAlgo.md +++ b/param-docs/parameter-pages/Alignment/AlignmentAlgo.md @@ -5,6 +5,7 @@ Default Value: `Default` This is an **Expert Parameter**! Only change it if you understand what it does! Algorithm used for the alignment step. + Available options: - `Default`: Use only red color channel diff --git a/param-docs/parameter-pages/Debug/LogLevel.md b/param-docs/parameter-pages/Debug/LogLevel.md index 9bc6e8a..ac51856 100644 --- a/param-docs/parameter-pages/Debug/LogLevel.md +++ b/param-docs/parameter-pages/Debug/LogLevel.md @@ -1,12 +1,14 @@ # Parameter `LogLevel` Default Value: `1` (`ERROR`) Define the log level for the logging to the SD-Card. + Available options: - `1`: `ERROR` - `2`: `WARNING` - `3`: `INFO` - `4`: `DEBUG` + As higher the level, as more log messages get written to the SD-Card. !!! Warning diff --git a/param-docs/parameter-pages/MQTT/MainTopic.md b/param-docs/parameter-pages/MQTT/MainTopic.md index d3f9cbf..a3d9bd0 100644 --- a/param-docs/parameter-pages/MQTT/MainTopic.md +++ b/param-docs/parameter-pages/MQTT/MainTopic.md @@ -1,6 +1,7 @@ # Parameter `MainTopic` Default Value: `watermeter` MQTT main topic, under which the counters are published. + The single value will be published with the following key: `MAINTOPIC/NUMBER/RESULT_TOPIC` where: - `NUMBER` is the name of the value (a meter might have more than one value). diff --git a/param-docs/parameter-pages/TakeImage/ImageSize.md b/param-docs/parameter-pages/TakeImage/ImageSize.md index 9545336..73531f3 100644 --- a/param-docs/parameter-pages/TakeImage/ImageSize.md +++ b/param-docs/parameter-pages/TakeImage/ImageSize.md @@ -5,6 +5,7 @@ Default Value: `VGA` This is an **Expert Parameter**! Only change it if you understand what it does! Size of the camera picture. + Available options: - `VGA` (640 x 480 pixel)