1
0
Files
reap-api-bruno-collection/02-configuration/led-engine.bru
2026-02-13 11:17:41 +01:00

36 lines
554 B
Plaintext

meta {
name: LED Engine Settings
type: http
seq: 10
}
post {
url: {{base_url}}/lede_s
body: formUrlEncoded
auth: inherit
}
body:form-urlencoded {
~cprj: 0
~rprj: 0
~colt: 0
~gamc: 0
}
docs {
# LED Engine Settings
Configure LED projection and color.
## Set Parameters
- `cprj`: Ceiling projection (0-1)
- `rprj`: Rear projection (0-1)
- `colt`: Color temperature (0-8)
- `gamc`: Gamma curve (0-5)
## Response
- `cprj`, `rprj`: Integer values
- `colt`, `gamc`: String labels
- `status`: 0 if success
}