This page is part of archived documentation for openHAB 3.0. Go to the current stable version
# oh-slider - Slider
Slider control, allows to pick a number value on a scale
# Configuration
# General
# item Item TEXT item
 Item to control
# min Min DECIMAL 
 Minimum value
# max Max DECIMAL 
 Maximum value
# step Step DECIMAL 
 Minimum interval between values
# vertical Vertical DECIMAL 
 Display the slider vertically
# label Display Label BOOLEAN 
 Display a label above the slider knob while sliding
# scale Display Scale BOOLEAN 
 Display a scale on the slider
# scaleSteps Scale steps INTEGER 
 Number of (major) scale markers
# scaleSubSteps Scale sub-steps INTEGER 
 Number of scale minor markers between each major marker
# unit Unit TEXT 
 Text to append to the label while dragging the cursor
# variable Variable TEXT 
 Name of the variable to set on input change
Caught a mistake or want to contribute to the documentation? Edit this page on GitHub (opens new window)