This action will change the color of a light bulb.
- API endpoint slug
- tplink_tapo.action_change_color
- Filter code method
- TplinkTapo.actionChangeColor.skip(string?: reason)
- Runtime method
- runAction("tplink_tapo.action_change_color", {})
Action fields
- Label
- Which Device?
- Helper text
- The name of the device that you are expecting to control.
- Slug
- device_name
- Required
- true
- Can have default value
- false
- Label
- Which Color?
- Helper text
- Here are some optional colors that you can choose
- Slug
- color
- Required
- true
- Can have default value
- true
- Filter code method
- TplinkTapo.actionChangeColor.setColor(string: color)