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,34 +4,33 @@
"properties":{
"output": {
"type": "string",
"title":"Multicast group",
"title":"edt_dev_spec_multicastGroup_title",
"default" : "239.15.18.2",
"propertyOrder" : 1
},
"orbIds": {
"type": "string",
"title":"Baudrate",
"title":"edt_dev_spec_orbIds_title",
"default": "1",
"propertyOrder" : 2
},
"numLeds": {
"type": "integer",
"title":"Number of LEDs",
"title":"edt_dev_spec_numberOfLeds_title",
"default": 24,
"propertyOrder" : 3
},
"port": {
"type": "integer",
"title":"Port",
"title":"edt_dev_spec_port_title",
"minimum" : 0,
"maximum" : 65535,
"default": 24,
"default": 49.692,
"propertyOrder" : 4
},
"useOrbSmoothing": {
"type": "boolean",
"format": "checkbox",
"title":"Use orb smoothing",
"title":"edt_dev_spec_useOrbSmoothing_title",
"default": true,
"propertyOrder" : 5
}