New services
Explore Plans
Mobile menu Close menu
WiZWiZ

Dim / Brighten the light

This action will dim / brighten the selected light(s) by the step of your choice. Ideal for your smart remotes, connected buttons, widgets and much more!

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
wiz.change_dimming
Filter code method
Wiz.changeDimming.skip(string?: reason)
Runtime method
runAction("wiz.change_dimming", {})

Action fields

Entity Dropdown list

Label
Which light(s)?
Slug
entity
Required
true
Can have default value
false

Intent Dropdown list

Label
Dim or brighten?
Slug
intent
Required
true
Can have default value
true
Filter code method
Wiz.changeDimming.setIntent(string: intent)

Dimming delta Dropdown list

Label
By how much?
Helper text
Slug
dimming_delta
Required
true
Can have default value
true
Filter code method
Wiz.changeDimming.setDimmingDelta(string: dimmingDelta)