From 582a09e27107b2bfec8bb54e97d1020df4bacb91 Mon Sep 17 00:00:00 2001 From: Thomas Weiler Date: Wed, 15 Jul 2020 19:58:36 +0200 Subject: [PATCH] Mention defaults for element type setpoint. Mention defaults for min, max and step value for element type setpoint. Signed-off-by: Thomas Weiler --- configuration/sitemaps.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configuration/sitemaps.md b/configuration/sitemaps.md index 6188cde0ed..022933070c 100644 --- a/configuration/sitemaps.md +++ b/configuration/sitemaps.md @@ -288,8 +288,8 @@ Selection item=LR_TV_Channel label="TV Channel" mappings=[0="DasErste", 1="BBC O Setpoint item= [label=""] [icon=""] minValue= maxValue= step= ``` -- `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:**