AI Linkedin Assistant
Explore Plans
Mobile menu Close menu
CololightCololight

Set brightness

This action will set the brightness of the selected lights to the specified value.

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
This action will set the brightness of the selected lights to the specified value.
API endpoint slug
cololight.setpercent
Filter code method
Cololight.setpercent.skip(string?: reason)
Runtime method
runAction("cololight.setpercent", {})

Action fields

Device ID Dropdown list

Label
Which lights?
Slug
deviceId
Required
true
Can have default value
false

Percent Text input > Other

Label
Brightness level?
Helper text
Enter brightness as a percentage value (1 to 100).
Slug
percent
Required
true
Can have default value
true
Filter code method
Cololight.setpercent.setPercent(string: percent)