Controls
Switch
The Switch widget sends a command to the devices, typically 1 for ON and 0 for OFF. This widget allows you to turn multiple devices on or off with a single click. Additionally, it can interact with other datastreams and perform various operations that involve two states, such as enabling or disabling features, toggling between modes, or setting specific conditions.
Please note that the switch does not reflect the current state of devices. It serves as a control for setting the desired state.

The value will be sent to all currently online devices. For offline devices, the value will be stored on the server. When any of these offline devices goes online, they may request the latest state via Blynk.sync() if necessary.
How to configure:
Select a datastream.
Set On/Off values.
Narrow down device selection (optional).
Design. Navigate to Design tab to adjust widget appearance such as color and labels.
Slider
The Slider widget sends a value to devices within a defined range. Move the slider handle or use the fine control buttons (+ and -) to set the value precisely. It may be used to adjust temperature setpoint, fan speed, brightness level, etc.
Please note that the slider does not reflect the current value on devices. It serves as a control for setting the desired value.

The value will be sent to all currently online devices. For offline devices, the value will be stored on the server. When any of these offline devices goes online, they may request the latest state via Blynk.sync() if necessary.
How to configure:
Select a datastream.
Set Values Range. Enter Min and Max values and Handle step value.
Narrow down device selection (optional).
Design. Navigate to Design tab to edit the name, choose a color, or enable fine controls.
Last updated
Was this helpful?

