From e4b77f8422eb59d3c53877e9741e6f7dbb0894fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Mendes?= Date: Thu, 17 Oct 2024 15:37:33 +0100 Subject: [PATCH] CHESTER: Add threshold option documentation + fix typo (#113) * CHESTER: Add threshold option documentation + fix typo * Update chester-clime.md --------- Co-authored-by: Martin Hub --- chester/catalog-applications/chester-clime.md | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/chester/catalog-applications/chester-clime.md b/chester/catalog-applications/chester-clime.md index 33dfa19..f44abf4 100644 --- a/chester/catalog-applications/chester-clime.md +++ b/chester/catalog-applications/chester-clime.md @@ -285,16 +285,25 @@ tag config enabled true After enabling the subsystem, save the configuration in order to restart **CHESTER** and start the subsystem: ``` -save config +config save ``` To use these sensors, the device must enroll them first. To enroll a tag, place it in very close proximity to CHESTER, run the following command and wait up to 10 seconds for the device to be discovered. - ``` tag enroll ``` -To make the enrollment of these devices permanent, save them to the configuration with the previous command. +A optional signal strength threshold (from -128 to 0dbm, -128dbm providing the most range, -40dbm being the default) can be specified to make the enrollment less/more strict. + +``` +tag enroll +``` + +To make the enrollment of these devices permanent, save them to the configuration with command. + +``` +config save +``` **Tag configuration:**