Simple Slider
Add a Simple Slider control to a Kilo IoT dashboard — a horizontal slider that sets a device value across a range.
The Simple slider is a horizontal track you drag to set a numeric value. It's the most compact of the three slider layouts and fits neatly into a row of dashboard tiles.
When to use it
Use a Simple slider for any value an operator dials up or down where a horizontal control reads naturally: a motor or fan speed, a dimming level, or a target setpoint. If you want a level-style or instrument-style look instead, see the Vertical Slider or Circular Slider.
What you need first
A controllable device with a command on its Commands & States tab whose parameter takes a number (see Creating Commands).
A Device metric that reports the current value, so the slider shows where the setting sits.
How to set it up
Open the dashboard in edit mode → Add widget → Control.
Datasource tab: choose the Device and the Device metric for the live value. Click Next.
Appearance tab: enter a Widget name, choose Widget type → Slider, then set Slider type → Simple.
Set the Command the slider drives, the Parameter it sets, and a starting Value.
Add Start and End labels for the range (for example
150and500) and toggle Display to show them; pick a Slider color and toggle Display name and last update.Click Save.

What happens when you use it
Dragging the slider sends the chosen command with the new value as its parameter, through the device's command pipeline. The handle follows the Device metric, so it reflects the value the device actually reports.
Common mistakes
Binding a command without a numeric parameter — a slider needs a parameter it can set to a number; a plain on/off command belongs on a Switch.
Range that doesn't match the device — set Start/End to the parameter's real minimum and maximum so the full travel maps to valid values.
See also
Control widget — overview and the other control types
Other slider layouts: Circular Slider · Vertical Slider
Device Commands — define the command this slider drives
Last updated