1
0

initial push

This commit is contained in:
Kwimbee
2026-02-13 11:17:41 +01:00
commit bfc9763f05
22 changed files with 631 additions and 0 deletions

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