hyperion.ng/libsrc/leddevice/schemas/schema-lpd8806.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
373 B
JSON

{
"type":"object",
"required":true,
"properties":{
"output": {
"type": "string",
"title":"SPI path",
"enum" : ["/dev/spidev0.0","/dev/spidev0.1"]
},
"rate": {
"type": "integer",
"title":"Baudrate",
"default": 1000000
},
"invert": {
"type": "boolean",
"title":"Invert signal",
"default": false
}
},
"additionalProperties": true
}