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