Sign in

List lights (infrared-capable)

documented

Retrieve light information to determine infrared support.

GET /v1/lights/{selector}Lightsno 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}}" \
  -X GET \
  -H "Authorization: Bearer {{LIFX_API_KEY}}" \
  -H "Accept: application/json"