Update webui (#301)

* update

* update

* fix

* implement opt groups

* spaces

[skip ci]

* page wrapper adjust

[skip ci]

* implement optgroups for remote, adjust effect schemas

* lost id

[skip ci]
This commit is contained in:
brindosch
2016-11-30 17:32:12 +01:00
committed by redPanther
parent 81dea1583d
commit 3e5ca4601d
25 changed files with 892 additions and 4736 deletions

View File

@@ -8,7 +8,8 @@
"type": "number",
"title":"Speed",
"default": 1.0,
"minimum" : 0.1,
"minimum" : 0.3,
"step" : 0.1,
"propertyOrder" : 1
},
"alarm-color": {
@@ -28,6 +29,7 @@
"post-color": {
"type": "array",
"title":"Post color",
"format" : "colorpicker",
"default": [255,174,11],
"items" : {
"type": "integer",
@@ -40,7 +42,7 @@
},
"shutdown-enabled": {
"type": "boolean",
"title":"Shutdown enabled",
"title":"Real shutdown",
"default": false,
"propertyOrder" : 4
}