31 lines
545 B
Plaintext
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
|
|
}
|