26 lines
415 B
Plaintext
26 lines
415 B
Plaintext
meta {
|
|
name: Remote device info
|
|
type: http
|
|
seq: 6
|
|
}
|
|
|
|
post {
|
|
url: {{base_url}}/remote
|
|
body: none
|
|
auth: none
|
|
}
|
|
|
|
docs {
|
|
# Device Status
|
|
|
|
Get device information without auth.
|
|
|
|
## Response Fields
|
|
- `dmxa`: DMX address + 1
|
|
- `dmxp`: DMX preset (Mode X)
|
|
- `dn`: Device name
|
|
- `stat`: Status / 1 if some error else 0
|
|
- `rdm`: RDM UID
|
|
- `rdmi`: 1 if device is identifiing over RDM else 0
|
|
}
|