mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2023-10-10 13:36:59 +02:00
0603fadd21
* add comp test * update web * . * typo [skip ci]
35 lines
573 B
JSON
35 lines
573 B
JSON
{
|
|
"type":"object",
|
|
"required":true,
|
|
"properties":{
|
|
"output": {
|
|
"type": "string",
|
|
"title":"Multicast group",
|
|
"default" : "239.15.18.2"
|
|
},
|
|
"orbIds": {
|
|
"type": "string",
|
|
"title":"Baudrate",
|
|
"default": "1"
|
|
},
|
|
"numLeds": {
|
|
"type": "integer",
|
|
"title":"Number of LEDs",
|
|
"default": 24
|
|
},
|
|
"port": {
|
|
"type": "integer",
|
|
"title":"Port",
|
|
"minimum" : 0,
|
|
"maximum" : 65535,
|
|
"default": 24
|
|
},
|
|
"useOrbSmoothing": {
|
|
"type": "boolean",
|
|
"title":"Use orb smoothing",
|
|
"default": true
|
|
}
|
|
},
|
|
"additionalProperties": true
|
|
}
|