Explore Plans
Mobile menu Close menu
ThinkaThinka

Set Color

This Action will set color of your Thinka devices that support color.

Developer info

API endpoint slug
thinka.set_color_setting
Filter code method
Thinka.setColorSetting.skip(string?: reason)
Runtime method
runAction("thinka.set_color_setting", {})

Action fields

Traits color setting Dropdown list

Label
Device
Slug
traits_color_setting
Required
true
Can have default value
false

Hue Text input > Other

Label
Hue
Helper text
Should be between 0 and 360
Slug
hue
Required
true
Can have default value
true
Filter code method
Thinka.setColorSetting.setHue(string: hue)

Saturation Text input > Other

Label
Saturation
Helper text
Should be between 0 and 100
Slug
saturation
Required
true
Can have default value
true
Filter code method
Thinka.setColorSetting.setSaturation(string: saturation)

Value Text input > Other

Label
Brightness
Helper text
Should be between 0 and 100
Slug
value
Required
true
Can have default value
true
Filter code method
Thinka.setColorSetting.setValue(string: value)