initial push
This commit is contained in:
40
02-configuration/colour-settings.bru
Normal file
40
02-configuration/colour-settings.bru
Normal 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
|
||||
}
|
||||
Reference in New Issue
Block a user