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,12 +4,12 @@
|
||||
"properties":{
|
||||
"host" : {
|
||||
"type": "string",
|
||||
"title":"Target IP",
|
||||
"title":"edt_dev_spec_targetIp_title",
|
||||
"propertyOrder" : 1
|
||||
},
|
||||
"port" : {
|
||||
"type": "integer",
|
||||
"title":"Port",
|
||||
"title":"edt_dev_spec_port_title",
|
||||
"default": 5568,
|
||||
"minimum" : 0,
|
||||
"maximum" : 65535,
|
||||
@@ -17,19 +17,20 @@
|
||||
},
|
||||
"universe": {
|
||||
"type": "integer",
|
||||
"title":"Universe",
|
||||
"title":"edt_dev_spec_universe_title",
|
||||
"default": 1,
|
||||
"propertyOrder" : 3
|
||||
},
|
||||
"latchtime": {
|
||||
"type": "integer",
|
||||
"title":"Latchtime",
|
||||
"title":"edt_dev_spec_latchtime_title",
|
||||
"default": 104000,
|
||||
"append" : "ns",
|
||||
"propertyOrder" : 4
|
||||
},
|
||||
"cid": {
|
||||
"type": "string",
|
||||
"title":"CID",
|
||||
"title":"edt_dev_spec_cid_title",
|
||||
"propertyOrder" : 5
|
||||
}
|
||||
},
|
||||
|
Reference in New Issue
Block a user