This Action will set your lights to a specified brightness.
- API endpoint slug
- yeelight.set_bright
- Filter code method
- Yeelight.setBright.skip(string?: reason)
- Runtime method
- runAction("yeelight.set_bright", {})
Action fields
- Label
- Which lights?
- Slug
- device_id
- Required
- true
- Can have default value
- false
- Label
- Brightness level?
- Helper text
- Please input the brightness you want, a number between 1 to 100
- Slug
- brightness
- Required
- true
- Can have default value
- true
- Filter code method
- Yeelight.setBright.setBrightness(string: brightness)