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

28 lines
445 B
JSON
Raw Normal View History

2016-09-21 23:03:01 +02:00
{
"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
}