1
0

initial push

This commit is contained in:
Kwimbee
2026-02-13 11:17:41 +01:00
commit bfc9763f05
22 changed files with 631 additions and 0 deletions

View 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
}