1
0
Files
reap-api-bruno-collection/02-configuration/dmx-address-mode-rdm.bru
2026-02-13 11:17:41 +01:00

36 lines
602 B
Plaintext

meta {
name: DMX Address/Mode/RDM Setup
type: http
seq: 1
}
post {
url: {{base_url}}/set_dmx
body: formUrlEncoded
auth: inherit
}
body:form-urlencoded {
~dmxa: 1
~dmxp: 0
~dmxi: 0
~rdmn: RDM name
}
docs {
# DMX Address/Mode/RDM Setup
Configure DMX and RDM settings.
## Set Parameters
- `dmxa`: DMX address (1-512)
- `dmxp`: DMX preset (0-preset count)
- `dmxi`: DMX input (0-max, e.g., wired/wireless)
- `rdmn`: RDM device label (max 32 chars)
## Response
- `dmxf`: Preset footprint
- `status`: 0 if success
- `pt`: Device model name + RDM label
}