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,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
|
||||
|
Reference in New Issue
Block a user