mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2023-10-10 13:36:59 +02:00
2d88cdc2d3
* initial support for leddevice options * fix schema and editor init * fix led editor labels and schema * add some led schemas * led config: insert current values. not yet perfect, but it works
13 lines
177 B
JSON
13 lines
177 B
JSON
{
|
|
"type":"object",
|
|
"required":true,
|
|
"properties":{
|
|
"output": {
|
|
"type": "string",
|
|
"title":"Output",
|
|
"default" : "/dev/null"
|
|
}
|
|
},
|
|
"additionalProperties": true
|
|
}
|