Connect LIFX Lights
This Action will turn your lights off.
Developer info
- API endpoint slug
- lifx.turn_off
- Filter code method
- Lifx.turnOff.skip(string?: reason)
- Runtime method
- runAction("lifx.turn_off", {})
Action fields
Selector Dropdown list
- Label
- Which lights?
- Slug
- selector
- Required
- true
- Can have default value
- false
Fade out duration Dropdown list
- 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
Advanced options Text input > Other
- Label
- Advanced options
- Helper text
- Want a custom fade out duration? Set it here. Example: "fade_out_duration: 7200" for 2 hours. <a href="https://support.lifx.com/hc/en-us/articles/204881760" target="_blank">More info</a>
- Slug
- advanced_options
- Required
- false
- Can have default value
- true
- Filter code method
- Lifx.turnOff.setAdvancedOptions(string: advanced_options)