A beginner's guide
Explore Plans
Mobile menu Close menu
SwidgetSwidget

Set Dimmer Level

This action will set your Swidget dimmer device to the specified level.

About this action

Triggers, queries, and actions are the building blocks of Applets. Triggers tell an Applet to start, queries ask a question, and actions are its end result.

Developer info

Description
This action will set your Swidget dimmer device to the specified level.
API endpoint slug
swidget.set_dimmer_level
Filter code method
Swidget.setDimmerLevel.skip(string?: reason)
Runtime method
runAction("swidget.set_dimmer_level", {})

Action fields

Which device Dropdown list

Label
Which device?
Slug
which_device
Required
true
Can have default value
false

Level Dropdown list

Label
Level
Slug
level
Required
true
Can have default value
true
Filter code method
Swidget.setDimmerLevel.setLevel(string: level)