This action will update the LED brightness for a specific device
- API endpoint slug
- epion.set_brightness
- Filter code method
- Epion.setBrightness.skip(string?: reason)
- Runtime method
- runAction("epion.set_brightness", {})
Action fields
- Label
- For which device would you like to alter the LED brightness?
- Helper text
- Select device
- Slug
- device
- Required
- true
- Can have default value
- false
- Label
- What brightness level should the device LED be changed to?
- Slug
- brightness
- Required
- true
- Can have default value
- true
- Filter code method
- Epion.setBrightness.setBrightness(string: brightness)