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.
- API endpoint slug
- wiz.turn_on
- Filter code method
- Wiz.turnOn.skip(string?: reason)
- Runtime method
- runAction("wiz.turn_on", {})
Action fields
- 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
- Label
- What light mode / color?
- Slug
- mode
- Required
- true
- Can have default value
- true
- Filter code method
- Wiz.turnOn.setMode(string: mode)
- 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)