1
0
Files
reap-api-bruno-collection/02-configuration/colour-settings.bru
2026-02-16 16:55:57 +01:00

45 lines
872 B
Plaintext

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
~whip: 0
~whip83z: 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)
- `whip` (optional): White point (device-specific)
- `whip83z` (optional): White point 8000K (device-specific)
## Response
- All parameters as strings or on/off
- `status`: 0 if success
}