1
0
Files
reap-api-bruno-collection/01-device-info/device-status.bru
2026-02-13 11:17:41 +01:00

31 lines
545 B
Plaintext

meta {
name: Device Status
type: http
seq: 2
}
post {
url: {{base_url}}/status_i
body: none
auth: inherit
}
docs {
# Device Status
Get comprehensive device status information.
## Response Fields
- `dmxa`: DMX address + 1
- `dmxp`: DMX preset (Mode X)
- `dmxf`: Preset footprint (X channels)
- `dmxi`: DMX input label
- `pt`: Device model name + RDM label
- `ip`: IP address
- `mac`: MAC address
- `rdmu`: RDM UID
- `rdmn`: RDM device label
- `tu`: Temperature unit (F/C)
- `lfn`: Device type ID
}