Skip to main content
Get Lights
curl --request GET \
  --url https://api.example.com/api/lights
[
  {
    "intensity": 123,
    "pin": 123,
    "nickname": "<string>",
    "controller_index": 123,
    "controller_name": "<string>"
  }
]

Documentation Index

Fetch the complete documentation index at: https://docs.dwe.ai/llms.txt

Use this file to discover all available pages before exploring further.

Response

200 - application/json

Successful Response

intensity
number
required
pin
integer
required
nickname
string
required
controller_index
integer
required
controller_name
string
required