This Action will turn your lights off.
- API endpoint slug
- lifx.turn_off
- Filter code method
- Lifx.turnOff.skip(string?: reason)
- Runtime method
- runAction("lifx.turn_off", {})
Action fields
- Label
- Which lights?
- Slug
- selector
- Required
- true
- Can have default value
- false
- Label
- Fade out duration
- Helper text
- How long should it take for the lights to fade out.
- Slug
- fade_out_duration
- Required
- true
- Can have default value
- false
- Label
- Advanced options
- Helper text
- Want a custom fade out duration? Set it here. Example: "fade_out_duration: 7200" for 2 hours. More info
- Slug
- advanced_options
- Required
- false
- Can have default value
- true
- Filter code method
- Lifx.turnOff.setAdvancedOptions(string: advancedOptions)