Group Location
Explore Plans
Mobile menu Close menu
Smart Home SolutionSmart Home Solution

Change brightness of bulb

This action will change the brightness of a bulb given a name.

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 the brightness of a bulb given a name.
API endpoint slug
smart_home_solution.change_brightness
Filter code method
SmartHomeSolution.changeBrightness.skip(string?: reason)
Runtime method
runAction("smart_home_solution.change_brightness", {})

Action fields

Device address Dropdown list

Label
Which device?
Helper text
The name of the bulb to change brightness on
Slug
device_address
Required
true
Can have default value
false

Which brightness Dropdown list

Label
Which brightness?
Helper text
Which brightness?
Slug
which_brightness
Required
true
Can have default value
true
Filter code method
SmartHomeSolution.changeBrightness.setWhichBrightness(string: whichBrightness)