From 879ccf19c55b9fe8b533347cc90e44b67d82c125 Mon Sep 17 00:00:00 2001 From: Foster Irwin Date: Mon, 3 May 2021 14:32:47 -0600 Subject: [PATCH] Removed descriptions from table --- website/docs/settings/range-test-plugin.md | 22 +++++++++++++++++----- 1 file changed, 17 insertions(+), 5 deletions(-) diff --git a/website/docs/settings/range-test-plugin.md b/website/docs/settings/range-test-plugin.md index 91803693..86100467 100644 --- a/website/docs/settings/range-test-plugin.md +++ b/website/docs/settings/range-test-plugin.md @@ -14,11 +14,23 @@ Once settings are changed, a **reset** is required for them to take effect. ## Settings -| Setting | Acceptable Values | Default | Description | -| :-----: | :---------------: | :-----: | :---------: | -| range_test_plugin_enabled | `true`, `false` | `false` | Enables the plugin. | -| range_test_plugin_save | `true`, `false` | `false` | If enabled, we will save a log of all received messages to `/static/rangetest.csv` which you can access from the webserver. We will abort writing if there is less than 50k of space on the filesystem to prevent filling up the storage. | -| range_test_plugin_sender | `integer` (Seconds) | `0` | Number of seconds to wait between sending packets. Using the long_slow channel configuration, it's best not to go more frequent than once every 60 seconds. You can be more agressive with faster settings. `0` is default which disables sending messages. | +| Setting | Acceptable Values | Default | +| :-----: | :---------------: | :-----: | +| range_test_plugin_enabled | `true`, `false` | `false` | +| range_test_plugin_save | `true`, `false` | `false` | +| range_test_plugin_sender | `integer` (Seconds) | `0` | + +### range_test_plugin_enabled + +Enables the plugin. + +### range_test_plugin_save + +If enabled, we will save a log of all received messages to `/static/rangetest.csv` which you can access from the webserver. We will abort writing if there is less than 50k of space on the filesystem to prevent filling up the storage. + +### range_test_plugin_sender + +Number of seconds to wait between sending packets. Using the long_slow channel configuration, it's best not to go more frequent than once every 60 seconds. You can be more agressive with faster settings. `0` is default which disables sending messages. ## Details