hyperion.ng/libsrc/leddevice/schemas/schema-paintpack.json
brindosch 0603fadd21 Web: Centralize websocket, add json port changer and led schemas (#209)
* add comp test

* update web

* .

* typo

[skip ci]
2016-08-30 23:25:27 +02:00

23 lines
349 B
JSON

{
"type":"object",
"required":true,
"properties":{
"VID": {
"type": "string",
"title":"VID",
"default" : "0x2341"
},
"PID": {
"type": "string",
"title":"PID",
"default" : "0x8036"
},
"delayAfterConnect": {
"type": "integer",
"title":"Delay after connect",
"default": 0
}
},
"additionalProperties": true
}