List lights (infrared-capable)
documentedRetrieve light information to determine infrared support.
GET /v1/lights/{selector}Lightsno implementation yet0 runsNo 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"