Explore Plans
Mobile menu Close menu
WiZWiZ

Turn on / change light mode

This action will turn on the selected light(s). Optionally, a light mode or pre-defined color can be applied, as well as a level of dimming.

Developer info

API endpoint slug
wiz.turn_on
Filter code method
Wiz.turnOn.skip(string?: reason)
Runtime method
runAction("wiz.turn_on", {})

Action fields

Entity Dropdown list

Label
Which light(s)?
Helper text
This can be the whole home, a room, a group, or a light.
Slug
entity
Required
true
Can have default value
false

Mode Dropdown list

Label
What light mode / color?
Slug
mode
Required
true
Can have default value
true
Filter code method
Wiz.turnOn.setMode(string: mode)

Dimming Dropdown list

Label
What brightness?
Helper text
Select the brightness level of your choice.
Slug
dimming
Required
true
Can have default value
true
Filter code method
Wiz.turnOn.setDimming(string: dimming)