mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2023-10-10 13:36:59 +02:00
0603fadd21
* add comp test * update web * . * typo [skip ci]
23 lines
349 B
JSON
23 lines
349 B
JSON
{
|
|
"type":"object",
|
|
"required":true,
|
|
"properties":{
|
|
"VID": {
|
|
"type": "string",
|
|
"title":"VID",
|
|
"default" : "0x2341"
|
|
},
|
|
"PID": {
|
|
"type": "string",
|
|
"title":"PID",
|
|
"default" : "0x8036"
|
|
},
|
|
"delayAfterConnect": {
|
|
"type": "integer",
|
|
"title":"Delay after connect",
|
|
"default": 0
|
|
}
|
|
},
|
|
"additionalProperties": true
|
|
}
|