mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2025-03-01 10:33:28 +00:00
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:
@@ -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
|
||||
}
|
||||
|
Reference in New Issue
Block a user