webui: initial support for leddevice options (#232)

* initial support for leddevice options

* fix schema and editor init

* fix led editor labels and schema

* add some led schemas

* led config: insert current values. not yet perfect, but it works
This commit is contained in:
redPanther
2016-09-10 19:08:08 +02:00
committed by GitHub
parent 678624c959
commit 2d88cdc2d3
16 changed files with 191 additions and 22 deletions

View File

@@ -2,6 +2,15 @@
"type":"object",
"required":true,
"properties":{
"host" : {
"type": "string",
"title":"Target IP"
},
"port" : {
"type": "integer",
"title":"Port",
"default": 5568
},
"universe": {
"type": "integer",
"title":"Universe",
@@ -14,7 +23,7 @@
},
"cid": {
"type": "string",
"title":"CID",
"title":"CID"
}
},
"additionalProperties": true