This action will change the brightness of a bulb given a name.
- API endpoint slug
- smart_home_solution.change_brightness
- Filter code method
- SmartHomeSolution.changeBrightness.skip(string?: reason)
- Runtime method
- runAction("smart_home_solution.change_brightness", {})
Action fields
- Label
- Which device?
- Helper text
- The name of the bulb to change brightness on
- Slug
- device_address
- Required
- true
- Can have default value
- false
- Label
- Which brightness?
- Helper text
- Which brightness?
- Slug
- which_brightness
- Required
- true
- Can have default value
- true
- Filter code method
- SmartHomeSolution.changeBrightness.setWhichBrightness(string: whichBrightness)