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