initial push
This commit is contained in:
39
02-configuration/ethernet-settings.bru
Normal file
39
02-configuration/ethernet-settings.bru
Normal file
@@ -0,0 +1,39 @@
|
||||
meta {
|
||||
name: Ethernet Settings
|
||||
type: http
|
||||
seq: 2
|
||||
}
|
||||
|
||||
post {
|
||||
url: {{base_url}}/eth_s
|
||||
body: formUrlEncoded
|
||||
auth: inherit
|
||||
}
|
||||
|
||||
body:form-urlencoded {
|
||||
~emod: 1
|
||||
~ee2d: 0
|
||||
~eanu: 0
|
||||
~emau: 1
|
||||
~emas: 1
|
||||
~esau: 1
|
||||
}
|
||||
|
||||
docs {
|
||||
# Ethernet Settings
|
||||
|
||||
Configure ethernet/network mode.
|
||||
|
||||
## Set Parameters
|
||||
- `emod`: Ethernet mode (0-4, or 0-2 for Promotion devices)
|
||||
- Labels: disable/ArtNet/gMA1/gMA2/sACN (or DMX/ArtNet/sACN)
|
||||
- `ee2d`: Ethernet to DMX (0-1)
|
||||
- `eanu`: ArtNet universe (0-255)
|
||||
- `emau`: MANet I/II universe (1-256)
|
||||
- `emas`: MANet session ID (1-32)
|
||||
- `esau`: sACN universe (1-32000)
|
||||
|
||||
## Response
|
||||
- All set parameters as strings/ints
|
||||
- `status`: 0 if success
|
||||
}
|
||||
Reference in New Issue
Block a user