37 lines
604 B
Plaintext
37 lines
604 B
Plaintext
meta {
|
|
name: Blackout Settings
|
|
type: http
|
|
seq: 8
|
|
}
|
|
|
|
post {
|
|
url: {{base_url}}/bl_s
|
|
body: formUrlEncoded
|
|
auth: inherit
|
|
}
|
|
|
|
body:form-urlencoded {
|
|
~bldmc: 0
|
|
~blptm: 0
|
|
~blprm: 0
|
|
~blgwm: 0
|
|
~bltim: 0
|
|
}
|
|
|
|
docs {
|
|
# Blackout Settings
|
|
|
|
Configure blackout behaviors.
|
|
|
|
## Set Parameters
|
|
- `bldmc`: Blackout when DMC (0-1)
|
|
- `blptm`: Blackout when pan/tilt move (0-1)
|
|
- `blprm`: Blackout when prism/colour wheel move (0-1)
|
|
- `blgwm`: Blackout when gobo wheel move (0-1)
|
|
- `bltim`: Timeout blackout (0-1)
|
|
|
|
## Response
|
|
- All parameters as "off"/"on"
|
|
- `status`: 0 if success
|
|
}
|