githubEdit

Led

API Reference

List All Leds

get
Responses
chevron-right
200

Successful Response

application/json
get
/controller/led
200

Successful Response

Get Led

get
Path parameters
circuitstringRequired
Responses
chevron-right
200

Successful Response

application/json
get
/controller/led/{circuit}

Set Led

post
Path parameters
circuitstringRequired
Body
valueinteger · max: 1Required

Value must be between 0 and 1

Responses
chevron-right
200

Successful Response

application/json
post
/controller/led/{circuit}

Set All Leds

post
Body
valueinteger · max: 1Required

Value must be between 0 and 1

Responses
chevron-right
200

Successful Response

application/json
post
/controller/led

Last updated