mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2023-10-10 13:36:59 +02:00
28 lines
445 B
JSON
28 lines
445 B
JSON
{
|
|
"type":"object",
|
|
"required":true,
|
|
"properties":{
|
|
"host" : {
|
|
"type": "string",
|
|
"title":"Target IP",
|
|
"default": "255.255.255.255",
|
|
"propertyOrder" : 1
|
|
},
|
|
"port" : {
|
|
"type": "integer",
|
|
"title":"Port",
|
|
"default": 30977,
|
|
"propertyOrder" : 2
|
|
},
|
|
"lightIds": {
|
|
"type": "array",
|
|
"title":"Light ids",
|
|
"items" : {
|
|
"type" : "string"
|
|
},
|
|
"propertyOrder" : 3
|
|
}
|
|
},
|
|
"additionalProperties": true
|
|
}
|