Transit translation system (#309)

* update schemas

* update schemas

* update schemas

* schema update

* update translation

* upd
This commit is contained in:
brindosch
2016-12-04 19:32:23 +01:00
committed by redPanther
parent 3124bb8bf1
commit 8d55154164
82 changed files with 3120 additions and 1850 deletions

View File

@@ -4,12 +4,12 @@
"properties":{
"host" : {
"type": "string",
"title":"Target IP/hostname",
"title":"edt_dev_spec_targetIpHost_title",
"propertyOrder" : 1
},
"port": {
"type": "integer",
"title":"Target Port",
"title":"edt_dev_spec_port_title",
"minimum" : 0,
"maximum" : 65535,
"default" : 50200,
@@ -17,13 +17,14 @@
},
"latchtime": {
"type": "integer",
"title":"Latchtime",
"title":"edt_dev_spec_latchtime_title",
"default": 104000,
"append" : "edt_append_s",
"propertyOrder" : 3
},
"max-packet": {
"type": "integer",
"title":"Max-packet",
"title":"edt_dev_spec_maxPacket_title",
"minimum" : 0,
"default" : 170,
"propertyOrder" : 4