Explore Plans
Mobile menu Close menu
Smart Home SolutionSmart Home Solution

Change color of bulb

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

Developer info

API endpoint slug
smart_home_solution.change_color
Filter code method
SmartHomeSolution.changeColor.skip(string?: reason)
Runtime method
runAction("smart_home_solution.change_color", {})

Action fields

Device address Dropdown list

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

Which color Dropdown list

Label
Which color?
Helper text
Which color?
Slug
which_color
Required
true
Can have default value
true
Filter code method
SmartHomeSolution.changeColor.setWhichColor(string: whichColor)