initial push
This commit is contained in:
38
02-configuration/graphics-engine.bru
Normal file
38
02-configuration/graphics-engine.bru
Normal file
@@ -0,0 +1,38 @@
|
||||
meta {
|
||||
name: Graphics Engine Settings
|
||||
type: http
|
||||
seq: 11
|
||||
}
|
||||
|
||||
post {
|
||||
url: {{base_url}}/graphe_s
|
||||
body: formUrlEncoded
|
||||
auth: inherit
|
||||
}
|
||||
|
||||
body:form-urlencoded {
|
||||
~imgar: 0
|
||||
~edga: 0
|
||||
~gbms: 0
|
||||
~slit: 0
|
||||
~rfrr: 0
|
||||
~optm: 0
|
||||
}
|
||||
|
||||
docs {
|
||||
# Graphics Engine Settings
|
||||
|
||||
Configure graphics and gobo rendering.
|
||||
|
||||
## Set Parameters
|
||||
- `imgar`: Image aspect ratio (0-1)
|
||||
- `edga`: Edge antialiasing (0-1)
|
||||
- `gbms`: Gobo selection mode (0-1)
|
||||
- `slit`: Slideshow timer (0-300)
|
||||
- `rfrr`: Refresh rate (0-6)
|
||||
- `optm`: Optics module (0-1)
|
||||
|
||||
## Response
|
||||
- Various string and integer fields
|
||||
- `status`: 0 if success
|
||||
}
|
||||
Reference in New Issue
Block a user