petr's changes
This commit is contained in:
36
02-configuration/blackout-settings.bru
Normal file
36
02-configuration/blackout-settings.bru
Normal file
@@ -0,0 +1,36 @@
|
||||
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
|
||||
}
|
||||
Reference in New Issue
Block a user