You can set the color temperature of your Color bulb here.
- API endpoint slug
- switchbot.set_temperature_bulb
- Filter code method
- Switchbot.setTemperatureBulb.skip(string?: reason)
- Runtime method
- runAction("switchbot.set_temperature_bulb", {})
Action fields
- Label
- Choose a Color Bulb
- Slug
- chose_a_device
- Required
- true
- Can have default value
- false
- Label
- Set Color Temperature
- Helper text
- Input 2700-6500
- Slug
- set_temperature
- Required
- true
- Can have default value
- true
- Filter code method
- Switchbot.setTemperatureBulb.setSetTemperature(string: setTemperature)
- Label
- Set Brightness
- Helper text
- Input 1-100
- Slug
- set_brightness
- Required
- true
- Can have default value
- true
- Filter code method
- Switchbot.setTemperatureBulb.setSetBrightness(string: setBrightness)