You can set the color of your Color Bulb here.
- API endpoint slug
- switchbot.set_color_bulb
- Filter code method
- Switchbot.setColorBulb.skip(string?: reason)
- Runtime method
- runAction("switchbot.set_color_bulb", {})
Action fields
- Label
- Choose a Color Bulb
- Slug
- chose_a_device
- Required
- true
- Can have default value
- false
- Label
- Choose Color
- Slug
- set_color
- Required
- true
- Can have default value
- true
- Filter code method
- Switchbot.setColorBulb.setSetColor(string: setColor)
- Label
- Set Brightness
- Helper text
- Input 1-100
- Slug
- set_brightness
- Required
- true
- Can have default value
- true
- Filter code method
- Switchbot.setColorBulb.setSetBrightness(string: setBrightness)