initial push
This commit is contained in:
35
02-configuration/dmx-address-mode-rdm.bru
Normal file
35
02-configuration/dmx-address-mode-rdm.bru
Normal file
@@ -0,0 +1,35 @@
|
||||
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
|
||||
}
|
||||
Reference in New Issue
Block a user