Skip to content

Commit

Permalink
Improve description of hysteresis bounds (#4149)
Browse files Browse the repository at this point in the history
* doc: improve description of hysteresis bounds

Signed-off-by: Denis Tarasov <dstarasov@skbkontur.ru>
  • Loading branch information
ArXa1L committed Apr 7, 2024
1 parent 258b099 commit cbb458e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
<config-description uri="profile:system:hysteresis">
<parameter name="lower" type="text" required="true">
<label>Lower Bound</label>
<description>Maps to OFF if value is below lower bound (plain number or number with unit).</description>
<description>Maps to OFF if value is less than or equal to lower bound (plain number or number with unit).</description>
</parameter>
<parameter name="upper" type="text">
<label>Upper Bound</label>
<description>Maps to ON if value is above upper bound (plain number or number with unit).</description>
<description>Maps to ON if value is greater than or equal to upper bound (plain number or number with unit).</description>
</parameter>
<parameter name="inverted" type="boolean">
<label>Inverted</label>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ profile.config.system.offset.offset.label = Offset
profile.config.system.offset.offset.description = Offset (plain number or number with unit) to be applied on the state towards the item. The negative offset will be applied in the reverse direction.
profile-type.system.hysteresis.label = Hysteresis
profile.config.system.hysteresis.lower.label = Lower Bound
profile.config.system.hysteresis.lower.description = Maps to OFF if value is below lower bound (plain number or number with unit).
profile.config.system.hysteresis.lower.description = Maps to OFF if value is less than or equal to lower bound (plain number or number with unit).
profile.config.system.hysteresis.upper.label = Upper Bound
profile.config.system.hysteresis.upper.description = Maps to ON if value is above upper bound (plain number or number with unit).
profile.config.system.hysteresis.upper.description = Maps to ON if value is greater than or equal to upper bound (plain number or number with unit).
profile.config.system.hysteresis.inverted.label = Inverted
profile.config.system.hysteresis.inverted.description = Inverts resulting mapping of ON / OFF, if true.
profile-type.system.range.label = Range
Expand Down

0 comments on commit cbb458e

Please sign in to comment.