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
26 lines
476 B
JSON
26 lines
476 B
JSON
{
|
|
"type":"object",
|
|
"required":true,
|
|
"properties":{
|
|
"VID": {
|
|
"type": "string",
|
|
"title":"edt_dev_spec_vid_title",
|
|
"default" : "0x2341",
|
|
"propertyOrder" : 1
|
|
},
|
|
"PID": {
|
|
"type": "string",
|
|
"title":"edt_dev_spec_pid_title",
|
|
"default" : "0x8036",
|
|
"propertyOrder" : 2
|
|
},
|
|
"delayAfterConnect": {
|
|
"type": "integer",
|
|
"title":"edt_dev_spec_delayAfterConnect_title",
|
|
"default": 0,
|
|
"propertyOrder" : 3
|
|
}
|
|
},
|
|
"additionalProperties": true
|
|
}
|