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 Label Which lights? Slug selector Required true Can have default value false Label Color Slug color Required true Can have default value false Label Brightness Slug brightness Required false Can have default value false Label Number of breaths Slug number_of_breaths Required true Can have default value true Filter code method Lifx.breathe.setNumberOfBreaths(string: numberOfBreaths) 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) 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)