Make LIFX lights breathe when you enter your area
This Action will make your lights slowly breathe the color of your choice.
Developer info
- API endpoint slug
- lifx.breathe
- Filter code method
- Lifx.breathe.skip(string?: reason)
- Runtime method
- runAction("lifx.breathe", {})
Action fields
Selector Dropdown list
- Label
- Which lights?
- Slug
- selector
- Required
- true
- Can have default value
- false
Color Dropdown list
- Label
- Color
- Slug
- color
- Required
- true
- Can have default value
- false
Brightness Dropdown list
- Label
- Brightness
- Slug
- brightness
- Required
- false
- Can have default value
- false
Number of breaths Dropdown list
- Label
- Number of breaths
- Slug
- number_of_breaths
- Required
- true
- Can have default value
- true
- Filter code method
- Lifx.breathe.setNumberOfBreaths(string: number_of_breaths)
Breathe if off Dropdown list
- Label
- Turn on first?
- Helper text
- "Yes" will make your lights breathe, even when they are turned off in the app.
- Slug
- breathe_if_off
- Required
- true
- Can have default value
- true
- Filter code method
- Lifx.breathe.setBreatheIfOff(string: breathe_if_off)
Advanced options Text input > Other
- Label
- Advanced options
- Helper text
- Want an option that's not available? Specify them here. Example: "color: green saturation:0.2; number_of_breaths: 6" for 6 pale green breaths. <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.breathe.setAdvancedOptions(string: advanced_options)