- Define JSON format for definition file
- Load data and fill in current values
- Send to requesting interface
Description
Description
| Status | Assigned | Task | ||
|---|---|---|---|---|
| Open | BAndiT1983 | T723 AXIOM Beta REST Interface | ||
| Open | BAndiT1983 | T758 C library for Control Daemon | ||
| Open | BAndiT1983 | T757 Control Deamon | ||
| Open | BAndiT1983 | T1133 Add handshake protocol |
Comment Actions
Preliminary format, current value will be supplied by daemon before sending data to WebUI:
[
{
"module": "image_sensor",
"parameter": "analog_gain",
"possibleValues": [
"1/3", "2/3", "1", "3/3", "4/3", "2", "3", "4"
],
"currentValue": "1",
"defaultValue": "1",
"lastValue" : "",
"range": [],
"readOnly": false
},
{
"module": "image_sensor",
"parameter": "digital_gain",
"possibleValues": [
"1", "2", "3", "4", "6", "8", "10", "12", "14", "16"
],
"currentValue": "1",
"defaultValue": "1",
"lastValue" : "",
"range": [],
"readOnly": false
}
]