From 310c011dc868cd078ebb37c3dff65ebb1b51e3a9 Mon Sep 17 00:00:00 2001 From: Pieter Hollander Date: Sat, 4 Jan 2025 21:34:28 +0100 Subject: [PATCH] Fix markdown linter issues. --- opendtu-logger/DOCS.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/opendtu-logger/DOCS.md b/opendtu-logger/DOCS.md index 2161f51..7a86962 100644 --- a/opendtu-logger/DOCS.md +++ b/opendtu-logger/DOCS.md @@ -36,7 +36,7 @@ With the database initialised, we can now setup OpenDTU Logger. Add the [add-on - `db` - If you're using Expaso's TimescaleDB add-on as described above, the `db` setting will **not** require any changes. -- `opendtu_address` **(required)** +- `opendtu_address` **(required)** - In the `opendtu_address` field, enter the *IP address* or *hostname* of your OpenDTU. E.g.: `192.168.1.5` or `opendtu.local`. - `opendtu_auth` *(optional)* - If your OpenDTU is password-protected, setting the following variables is required. @@ -49,7 +49,7 @@ With the database initialised, we can now setup OpenDTU Logger. Add the [add-on - Default value: `Europe/Amsterdam` - If you are living in a different location, you can find the timezone identifier of your location using [this list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List). - `timescaledb` *(optional)* - - If you don't want to use TimescaleDB, disable `timescaledb`. + - If you don't want to use TimescaleDB, disable `timescaledb`. - `log_level` - By default, `log_level` is set to `INFO`, which is recommended for most users. - Other valid options are `DEBUG`, `INFO`, `WARN` and `ERROR`.