This action will change color of devices connected to Luxafor app.
- API endpoint slug
- luxafor.custom_solid_color
- Filter code method
- Luxafor.customSolidColor.skip(string?: reason)
- Runtime method
- runAction("luxafor.custom_solid_color", {})
Action fields
- Label
- What is your Luxafor application ID?
- Helper text
- The ID given by the luxafor app to identify the particular app
- Slug
- identifier
- Required
- true
- Can have default value
- true
- Filter code method
- Luxafor.customSolidColor.setIdentifier(string: identifier)
- Label
- What color?
- Helper text
- HEX color code
- Slug
- color
- Required
- true
- Can have default value
- true
- Filter code method
- Luxafor.customSolidColor.setColor(string: color)