mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2023-10-10 13:36:59 +02:00
30 lines
506 B
JSON
30 lines
506 B
JSON
|
{
|
||
|
"type":"object",
|
||
|
"required":true,
|
||
|
"properties":{
|
||
|
"output": {
|
||
|
"type": "string",
|
||
|
"title":"Output path",
|
||
|
"propertyOrder" : 1
|
||
|
},
|
||
|
"output": {
|
||
|
"type": "string",
|
||
|
"title":"DMX Device Type",
|
||
|
"propertyOrder" : 1
|
||
|
},
|
||
|
"rate": {
|
||
|
"type": "integer",
|
||
|
"title":"Baudrate",
|
||
|
"default": 250000,
|
||
|
"propertyOrder" : 2
|
||
|
},
|
||
|
"delayAfterConnect": {
|
||
|
"type": "integer",
|
||
|
"title":"Delay after connect",
|
||
|
"default": 250,
|
||
|
"propertyOrder" : 3
|
||
|
}
|
||
|
},
|
||
|
"additionalProperties": true
|
||
|
}
|