extend clamp sensor description (#3189)

slight addition to clamp sensor filter to make it clear that values outside the range are not filtered away but rather reset
This commit is contained in:
Michael Jahn 2023-09-17 07:04:13 +02:00 committed by GitHub
parent a039db82b8
commit 5065041bb7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -262,8 +262,7 @@ degree with a least squares solver.
``clamp``
*********
Limits the value to the range between ``min_value`` and ``max_value``. If ``min_value`` is not set, there is
no lower bound, if ``max_value`` is not set there is no upper bound.
Limits the value to the range between ``min_value`` and ``max_value``. Sensor values outside these bounds will be set to ``min_value`` or ``max_value``, respectively. If ``min_value`` is not set, there is no lower bound, if ``max_value`` is not set there is no upper bound.
Configuration variables: