New services
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.

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.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
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
Slug
dimming
Required
true
Can have default value
true
Filter code method
Wiz.turnOn.setDimming(string: dimming)