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 }