New services
Explore Plans
Mobile menu Close menu
TP-Link KasaTP-Link Kasa

Change color temperature

This action will change the color temperature of a light bulb.

About this action

Triggers, queries, and actions are the building blocks of Applets. Triggers tell an Applet to start, queries ask a question, and actions are its end result.

Developer info

Description
API endpoint slug
kasa.change_color_temp
Filter code method
Kasa.changeColorTemp.skip(string?: reason)
Runtime method
runAction("kasa.change_color_temp", {})

Action fields

Device Dropdown list

Label
Device
Slug
device
Required
true
Can have default value
false

Color temperature Dropdown list

Label
Color Temperature
Slug
color_temperature
Required
false
Can have default value
true
Filter code method
Kasa.changeColorTemp.setColorTemperature(string: colorTemperature)

Kelvin Dropdown list

Label
Kelvin
Helper text
Slug
kelvin
Required
false
Can have default value
true
Filter code method
Kasa.changeColorTemp.setKelvin(string: kelvin)

Transition duration Dropdown list

Label
Transition duration
Helper text
Slug
transition_duration
Required
false
Can have default value
true
Filter code method
Kasa.changeColorTemp.setTransitionDuration(string: transitionDuration)

Advanced options Text input > Other

Label
Advanced options
Helper text
Slug
advanced_options
Required
false
Can have default value
true
Filter code method
Kasa.changeColorTemp.setAdvancedOptions(string: advancedOptions)