Skip to content

Commit

Permalink
CHESTER: Add threshold option documentation + fix typo (#113)
Browse files Browse the repository at this point in the history
* CHESTER: Add threshold option documentation + fix typo

* Update chester-clime.md

---------

Co-authored-by: Martin Hub <[email protected]>
  • Loading branch information
jpbaltazar and hubmartin authored Oct 17, 2024
1 parent 3baefd7 commit e4b77f8
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions chester/catalog-applications/chester-clime.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <threshold>
```

To make the enrollment of these devices permanent, save them to the configuration with command.

```
config save
```

**Tag configuration:**

Expand Down

0 comments on commit e4b77f8

Please sign in to comment.