mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2025-03-01 10:33:28 +00:00
25 lines
459 B
JSON
25 lines
459 B
JSON
{
|
|
"type": "object",
|
|
"required": true,
|
|
"properties": {
|
|
"output": {
|
|
"type": "string",
|
|
"title":"edt_dev_spec_outputPath_title",
|
|
"default":"auto"
|
|
},
|
|
"rate": {
|
|
"type": "integer",
|
|
"title": "edt_dev_spec_baudrate_title",
|
|
"default": 5000000
|
|
},
|
|
"brightnessControlMaxLevel": {
|
|
"type": "integer",
|
|
"title": "edt_conf_color_brightness_title",
|
|
"default": 31,
|
|
"minimum": 1,
|
|
"maximum": 31
|
|
|
|
}
|
|
},
|
|
"additionalProperties": true
|
|
} |