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 a dim level on your light.
- API endpoint slug
- lightwaverf_lighting.dim_a_light
- Filter code method
- LightwaverfLighting.dimALight.skip(string?: reason)
- Runtime method
- runAction("lightwaverf_lighting.dim_a_light", {})
Action fields
Which light Dropdown list
- Label
- Which Light?
- Slug
- which_light
- Required
- true
- Can have default value
- false
What dim level Text input > Other
- Label
- What Dim Level?
- Helper text
- Enter any numeric value between 0 and 100 (increments are 5%, closest match will be used)
- Slug
- what_dim_level
- Required
- true
- Can have default value
- true
- Filter code method
- LightwaverfLighting.dimALight.setWhatDimLevel(string: whatDimLevel)