This action will set the light to specified color.
- API endpoint slug
- brilliant_smart.light_color
- Filter code method
- BrilliantSmart.lightColor.skip(string?: reason)
- Runtime method
- runAction("brilliant_smart.light_color", {})
Action fields
- Label
- Which device/group?
- Slug
- which_device
- Required
- true
- Can have default value
- false
- Label
- Turn on first?
- Helper text
- Select "Yes" will turn the light on even if it's off.
- Slug
- turn_on_first
- Required
- true
- Can have default value
- true
- Filter code method
- BrilliantSmart.lightColor.setTurnOnFirst(string: turnOnFirst)
- Label
- Color
- Slug
- light_color
- Required
- true
- Can have default value
- true
- Filter code method
- BrilliantSmart.lightColor.setLightColor(string: lightColor)
- Label
- Brightness
- Slug
- light_brightness
- Required
- true
- Can have default value
- true
- Filter code method
- BrilliantSmart.lightColor.setLightBrightness(string: lightBrightness)