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,40 @@
meta {
name: Colour Settings
type: http
seq: 8
}
post {
url: {{base_url}}/col_s
body: formUrlEncoded
auth: inherit
}
body:form-urlencoded {
~ccri: 0
~cdimc: 0
~hpwrm: 0
~ccalm: 0
~cmixm: 0
~chrwh: 0
~thefs: 0
}
docs {
# Colour Settings
Configure colour rendering and mixing.
## Set Parameters
- `ccri`: CRI (0-1: high/standard)
- `cdimc`: Dimmer curve (0-1: linear/square law)
- `hpwrm`: High power mode (0-1)
- `ccalm`: Colour calibration mode (0-1)
- `cmixm`: Colour mixing mode (0-1: RGB/CMY)
- `chrwh`: Chromatic white (0-1)
- `thefs`: Tungsten effect simulation (0-5: various wattages)
## Response
- All parameters as strings or on/off
- `status`: 0 if success
}