Channel / Park#
Note
The endpoints listed on this page require a project to be loaded on the controller.
Methods#
POST#
Park an output channel or channels at a specified level.
POST /api/channel
Payload is a JSON object with the following attributes:
Attribute |
Value Type |
Description |
Value Example |
|---|---|---|---|
|
string |
|
|
|
string |
Comma separated list of channel numbers. |
|
|
integer |
Level to set the channel(s) to: 0-255. |
|
DELETE#
Unpark an output channel or channels.
DELETE /api/channel
Payload is a JSON object with the following attributes:
Attribute |
Value Type |
Description |
Value Example |
|---|---|---|---|
|
string |
|
|
|
string |
Comma separated list of channel numbers. |
|
Universe Key String Format#
A universe key string takes the form:
protocol:indexwhere:protocolisdmx,sacn, orart-net;indexis the index of the output port, 1 or 2, matching the port on the Express controller.
For example:
"dmx:1"refers to port 1 on the Express Controller