Sign in

Morph

documented

Morph the light colors/appearance over time.

POST /v1/lights/{selector}/effects/morphLightsno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://api.lifx.com/v1/lights/{{$selector}}/effects/morph" \
  -X POST \
  -H "Authorization: Bearer {{LIFX_API_KEY}}" \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -d '{"palette": {{$palette}}, "power_on": {{$power_on}}, "period": {{$period}}, "duration": {{$duration}}, "fast": {{$fast}}}'
Morph · LIFX · OpenIntegrations