hyperion.ng/libsrc/leddevice/schemas/schema-udpraw.json

17 lines
229 B
JSON

{
"type":"object",
"required":true,
"properties":{
"host" : {
"type": "string",
"title":"Target IP"
},
"port" : {
"type": "integer",
"title":"Port",
"default": 5568
}
},
"additionalProperties": true
}