mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2023-10-10 13:36:59 +02:00
a04f34eab7
* update * sync [skip ci] * always required [skip ci]
41 lines
718 B
JSON
41 lines
718 B
JSON
{
|
|
"type":"object",
|
|
"required":true,
|
|
"properties":{
|
|
"output": {
|
|
"type": "string",
|
|
"title":"Multicast group",
|
|
"default" : "239.15.18.2",
|
|
"propertyOrder" : 1
|
|
},
|
|
"orbIds": {
|
|
"type": "string",
|
|
"title":"Baudrate",
|
|
"default": "1",
|
|
"propertyOrder" : 2
|
|
},
|
|
"numLeds": {
|
|
"type": "integer",
|
|
"title":"Number of LEDs",
|
|
"default": 24,
|
|
"propertyOrder" : 3
|
|
},
|
|
"port": {
|
|
"type": "integer",
|
|
"title":"Port",
|
|
"minimum" : 0,
|
|
"maximum" : 65535,
|
|
"default": 24,
|
|
"propertyOrder" : 4
|
|
},
|
|
"useOrbSmoothing": {
|
|
"type": "boolean",
|
|
"format": "checkbox",
|
|
"title":"Use orb smoothing",
|
|
"default": true,
|
|
"propertyOrder" : 5
|
|
}
|
|
},
|
|
"additionalProperties": true
|
|
}
|