1
0
Files
2026-02-16 16:55:57 +01:00

40 lines
697 B
Plaintext

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
If graphics engine is not supported: empty JSON array `[]`.
- Various string and integer fields
- `status`: 0 if success
}