1
0

petr's changes

This commit is contained in:
2026-02-16 16:55:57 +01:00
parent e790d12ea1
commit 7d898e04f2
31 changed files with 416 additions and 35 deletions

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