New services
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.

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
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
Slug
device_address
Required
true
Can have default value
false

Which color Dropdown list

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