AI Linkedin Assistant
Explore Plans
Mobile menu Close menu
CololightCololight

Dim lights

This action will dim the selected lights, the decreased brightness value is defined by you.

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 dim the selected lights, the decreased brightness value is defined by you.
API endpoint slug
cololight.decrement
Filter code method
Cololight.decrement.skip(string?: reason)
Runtime method
runAction("cololight.decrement", {})

Action fields

Device ID Dropdown list

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

Percent Text input > Other

Label
Dim by
Helper text
Enter a percentage (1-100) to dim the lights by
Slug
percent
Required
true
Can have default value
true
Filter code method
Cololight.decrement.setPercent(string: percent)