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,21 +4,22 @@
"properties":{
"host" : {
"type": "string",
"title":"Target IP",
"title":"edt_dev_spec_targetIp_title",
"default": "255.255.255.255",
"propertyOrder" : 1
},
"port" : {
"type": "integer",
"title":"Port",
"title":"edt_dev_spec_port_title",
"default": 30977,
"propertyOrder" : 2
},
"lightIds": {
"type": "array",
"title":"Light ids",
"title":"edt_dev_spec_lightid_title",
"items" : {
"type" : "string"
"type" : "string",
"title" : "edt_dev_spec_lightid_itemtitle"
},
"propertyOrder" : 3
}