AI Linkedin Assistant
Explore Plans
Mobile menu Close menu
HubitatHubitat

Dim a device

This action will change a device's dimmer 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 change a device's dimmer level.
API endpoint slug
hubitat.action_set_level
Filter code method
Hubitat.actionSetLevel.skip(string?: reason)
Runtime method
runAction("hubitat.action_set_level", {})

Action fields

Device Dropdown list

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

Level Dropdown list

Label
What level?
Slug
level
Required
true
Can have default value
true
Filter code method
Hubitat.actionSetLevel.setLevel(string: level)

Rate Text input > Other

Label
What rate?
Helper text
The rate at which to change the dimming level.
Slug
rate
Required
false
Can have default value
true
Filter code method
Hubitat.actionSetLevel.setRate(string: rate)