1
0
Files
reap-api-bruno-collection/02-configuration/ethernet-settings.bru
2026-02-16 16:55:57 +01:00

41 lines
800 B
Plaintext

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
~rnscope: scope
}
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)
- `rnscope` (optional): RDMNet scope group (1-16 characters, 0-9/a-z/A-Z/-)
## Response
- All set parameters as strings/ints
- `status`: 0 if success
}