initial push
This commit is contained in:
30
01-device-info/device-status.bru
Normal file
30
01-device-info/device-status.bru
Normal file
@@ -0,0 +1,30 @@
|
||||
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
|
||||
}
|
||||
Reference in New Issue
Block a user