mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2025-03-01 10:33:28 +00:00
impl options explanation, uiLock (#343)
* update schemas * update * killed upstream change * min prio is now 100 * reset watchdog regularly * update * fix * update
This commit is contained in:
@@ -36,23 +36,27 @@
|
||||
"title":"edt_eff_colorshift_title",
|
||||
"default": 0.01,
|
||||
"minimum" : 0.00,
|
||||
"maximum": 1,
|
||||
"maximum": 0.3,
|
||||
"step": 0.01,
|
||||
"propertyOrder" : 4
|
||||
},
|
||||
"brightness": {
|
||||
"type": "number",
|
||||
"title":"edt_eff_brightness_title",
|
||||
"default": 0.5,
|
||||
"default": 1,
|
||||
"minimum" : 0.01,
|
||||
"maximum": 1,
|
||||
"maximum": 1,
|
||||
"step": 0.1,
|
||||
"propertyOrder" : 5
|
||||
},
|
||||
"sleepTime": {
|
||||
"sleepTime": {
|
||||
"type": "number",
|
||||
"title":"edt_eff_sleeptime_title",
|
||||
"default": 0.15,
|
||||
"minimum" : 0.01,
|
||||
"maximum": 1,
|
||||
"maximum": 1,
|
||||
"step": 0.01,
|
||||
"append" : "edt_append_s",
|
||||
"propertyOrder" : 6
|
||||
}
|
||||
},
|
||||
|
Reference in New Issue
Block a user