Web: Centralize websocket, add json port changer and led schemas (#209)

* add comp test

* update web

* .

* typo

[skip ci]
This commit is contained in:
brindosch
2016-08-30 23:25:27 +02:00
committed by GitHub
parent 02ee557300
commit 0603fadd21
26 changed files with 397 additions and 86 deletions

View File

@@ -2,6 +2,33 @@
"type":"object",
"required":true,
"properties":{
"output": {
"type": "string",
"title":"Multicast group",
"default" : "239.15.18.2"
},
"orbIds": {
"type": "string",
"title":"Baudrate",
"default": "1"
},
"numLeds": {
"type": "integer",
"title":"Number of LEDs",
"default": 24
},
"port": {
"type": "integer",
"title":"Port",
"minimum" : 0,
"maximum" : 65535,
"default": 24
},
"useOrbSmoothing": {
"type": "boolean",
"title":"Use orb smoothing",
"default": true
}
},
"additionalProperties": true
}