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,35 @@
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
}