webui: some editor style tweaks (#234)

* 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

* tune editor style
This commit is contained in:
redPanther
2016-09-10 23:30:05 +02:00
committed by GitHub
parent 8aff421850
commit 82611afa25
6 changed files with 33 additions and 8 deletions

View File

@@ -12,8 +12,11 @@
"default": "newdeveloper"
},
"lightIds": {
"type": "integer",
"title":"Light ids"
"type": "array",
"title":"Light ids",
"items": {
"type" : "integer"
}
},
"transitiontime": {
"type": "integer",