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,13 +4,13 @@
"properties":{
"output": {
"type": "string",
"title":"Pi-Blaster FiFo",
"title":"edt_dev_spec_PBFiFo_title",
"default" : "/dev/pi-blaster",
"propertyOrder" : 1
},
"gpiomap": {
"type": "array",
"title":"GPIO Map",
"title":"edt_dev_spec_gpioMap_title",
"propertyOrder" : 2,
"minimum" : 1,
"maximum" : 27,
@@ -22,7 +22,7 @@
"gpio" :
{
"type" : "integer",
"title" : "GPIO BCMxx",
"title" : "edt_dev_spec_gpioBcm_title",
"minimum" : 0,
"maximum" : 27,
"required" : true,
@@ -31,7 +31,7 @@
"ledindex" :
{
"type" : "integer",
"title" : "LED index",
"title" : "edt_dev_spec_ledIndex_title",
"minimum" : 0,
"required" : true,
"propertyOrder" : 2
@@ -39,7 +39,7 @@
"ledcolor" :
{
"type" : "string",
"title" : "Color component",
"title" : "edt_dev_spec_colorComponent_title",
"enum" : ["r","g","b","w"],
"required" : true,
"propertyOrder" : 3