mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2023-10-10 13:36:59 +02:00
8d55154164
* update schemas * update schemas * update schemas * schema update * update translation * upd
32 lines
621 B
JSON
32 lines
621 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": 250000,
|
|
"propertyOrder" : 2
|
|
},
|
|
"delayAfterConnect": {
|
|
"type": "integer",
|
|
"title":"edt_dev_spec_delayAfterConnect_title",
|
|
"default": 250,
|
|
"propertyOrder" : 3
|
|
},
|
|
"rewriteTime": {
|
|
"type": "integer",
|
|
"title":"edt_dev_spec_rewriteTime_title",
|
|
"default": 5000,
|
|
"append" : "ms",
|
|
"propertyOrder" : 4
|
|
}
|
|
},
|
|
"additionalProperties": true
|
|
}
|