From 8c5a8facd6e00cba834136d886007965985cc78b Mon Sep 17 00:00:00 2001 From: tomlut <10679300+tomlut@users.noreply.github.com> Date: Thu, 6 Dec 2018 23:13:36 +1100 Subject: [PATCH] Add pulse effect descriptions (#7741) Added short descriptions for pulse effect mode attributes. --- source/_components/lifx.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_components/lifx.markdown b/source/_components/lifx.markdown index 11c478c6421..a4110d86fde 100644 --- a/source/_components/lifx.markdown +++ b/source/_components/lifx.markdown @@ -82,7 +82,7 @@ Run a flash effect by changing to a color and then back. | `brightness` | Integer between 0 and 255 for how bright the color should be. | `period` | The duration of a single pulse (in seconds). | `cycles` | The total number of pulses. -| `mode` | The way to change between colors. Valid modes: `blink` (default), `breathe`, `ping`, `strobe`, `solid`. +| `mode` | The way to change between colors. Valid modes: `blink` (default - direct transition to new color for 'period' time with original color between cycles), `breathe` (color fade transition to new color and back to original), `ping` (short pulse of new color), `strobe` (ligth turns off between color changes), `solid`(light does not return to original color beween cycles). | `power_on` | Set this to False to skip the effect on lights that are turned off (defaults to True). ### {% linkable_title Service `light.lifx_effect_colorloop` %}