Automate Reddit
Explore Plans
Mobile menu Close menu
LIFXLIFX

Breathe lights

This Action will make your lights slowly breathe the color of your choice.

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
This Action will make your lights slowly breathe the color of your choice.
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: numberOfBreaths)

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: breatheIfOff)

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. More info
Slug
advanced_options
Required
false
Can have default value
true
Filter code method
Lifx.breathe.setAdvancedOptions(string: advancedOptions)