Sign in

Move effect

documented

Start a move/positioning effect on the light.

POST /v1/lights/{selector}/effects/moveLightsno 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/move" \
  -X POST \
  -H "Authorization: Bearer {{LIFX_API_KEY}}" \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -d '{"power_on": {{$power_on}}, "period": {{$period}}, "direction": "{{$direction}}"}'
Move effect · LIFX · OpenIntegrations