mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2025-03-01 10:33:28 +00:00
Transit translation system (#309)
* update schemas * update schemas * update schemas * schema update * update translation * upd
This commit is contained in:
@@ -4,19 +4,19 @@
|
||||
"properties":{
|
||||
"VID": {
|
||||
"type": "string",
|
||||
"title":"VID",
|
||||
"title":"edt_dev_spec_vid_title",
|
||||
"default" : "0x2341",
|
||||
"propertyOrder" : 1
|
||||
},
|
||||
"PID": {
|
||||
"type": "string",
|
||||
"title":"PID",
|
||||
"title":"edt_dev_spec_pid_title",
|
||||
"default" : "0x8036",
|
||||
"propertyOrder" : 2
|
||||
},
|
||||
"delayAfterConnect": {
|
||||
"type": "integer",
|
||||
"title":"Delay after connect",
|
||||
"title":"edt_dev_spec_delayAfterConnect_title",
|
||||
"default": 0,
|
||||
"propertyOrder" : 3
|
||||
}
|
||||
|
Reference in New Issue
Block a user