mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2025-03-01 10:33:28 +00:00
update schemas | mod jsoneditor (#243)
* update * sync [skip ci] * always required [skip ci]
This commit is contained in:
@@ -5,17 +5,20 @@
|
||||
"VID": {
|
||||
"type": "string",
|
||||
"title":"VID",
|
||||
"default" : "0x2341"
|
||||
"default" : "0x2341",
|
||||
"propertyOrder" : 1
|
||||
},
|
||||
"PID": {
|
||||
"type": "string",
|
||||
"title":"PID",
|
||||
"default" : "0x8036"
|
||||
"default" : "0x8036",
|
||||
"propertyOrder" : 2
|
||||
},
|
||||
"delayAfterConnect": {
|
||||
"type": "integer",
|
||||
"title":"Delay after connect",
|
||||
"default": 0
|
||||
"default": 0,
|
||||
"propertyOrder" : 3
|
||||
}
|
||||
},
|
||||
"additionalProperties": true
|
||||
|
Reference in New Issue
Block a user