Firmware Effects
LIFX strip products (LIFX Z, LIFX Beam, e.g.); and LIFX products with a matrix of zones (LIFX Ceiling, LIFX Candle, e.g.) support effects that run on the device itself.
Strip Effects
We currently only have one firmware effect for LIFX Strips. This firmware effect is MOVE
and makes the colors on the strip move along the strip. You may specify speed, duration and direction when you start this effect
Matrix Effects
Matrix effects include: SKY
, FLAME
and MORPH
The FLAME
effect will make the candle perform an effect that looks like a flame. With this effect you can only only specify speed and duration. The colors used are hard-coded and not configurable.
The MORPH
effect will continuously blend the colors you specify. With this effect you may specify speed, duration and the colors used in the effect.
The SKY
effect includes a Clouds mode as well as Sunrise/Sunset.
Turning off firmware effects
You can make a firmware effect stop by sending the correct SetEffect message with the type
attribute set to the OFF
value (always 0
)
Other Effects
Note that all other effects available in the LIFX mobile apps are achieved by constantly sending messages to the devices, which is why the mobile app must remain open for those effects to continue.
Updated 3 months ago