Explore Plans
Mobile menu Close menu
FuturehomeFuturehome

Change color

This Action will change the colour of your RGB lights. Input may be colour name or Colour HEX. If a match is not found the light will change to White (FFFFFF).

Developer info

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

Action fields

Device Dropdown list

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

Color Text input > Other

Label
Color
Helper text
Can be Color Name or Hex.
Slug
color
Required
true
Can have default value
true
Filter code method
Futurehome.changeColor.setColor(string: color)