New services
Explore Plans
Mobile menu Close menu
WeMo LightingWeMo Lighting

Dim the Light

Changes the brightness level of the selected WeMo light. If the light is off it will turn on with selected brightness 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
Changes the brightness level of the selected WeMo light. If the light is off it will turn on with selected brightness level.
API endpoint slug
wemo_lighting.led_brightness_change
Filter code method
WemoLighting.ledBrightnessChange.skip(string?: reason)
Runtime method
runAction("wemo_lighting.led_brightness_change", {})

Action fields

Macaddress Dropdown list

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

Sub type Dropdown list

Label
Dimmed level?
Slug
subType
Required
true
Can have default value
true
Filter code method
WemoLighting.ledBrightnessChange.setSubType(string: subType)