Skip to content

Commit

Permalink
Mention defaults for element type setpoint.
Browse files Browse the repository at this point in the history
Mention defaults for min, max and step value for element type setpoint.

Signed-off-by: Thomas Weiler <toweosp@gmail.com>
  • Loading branch information
toweosp committed Jul 15, 2020
1 parent c04237d commit 582a09e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions configuration/sitemaps.md
Original file line number Diff line number Diff line change
Expand Up @@ -288,8 +288,8 @@ Selection item=LR_TV_Channel label="TV Channel" mappings=[0="DasErste", 1="BBC O
Setpoint item=<itemname> [label="<labelname>"] [icon="<iconname>"] minValue=<min value> maxValue=<max value> step=<step value>
```

- `minValue` and `maxValue` limit the possible range of the value (both included in the range).
- `step` defines how much the value will change when the button is pressed one time.
- `minValue` (defaults to 0) and `maxValue` (defaults to 100) limit the possible range of the value (both included in the range).
- `step` (defaults to 1) defines how much the value will change when the button is pressed one time.

**Example:**

Expand Down

0 comments on commit 582a09e

Please sign in to comment.