mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2025-03-01 10:33:28 +00:00
Merge remote-tracking branch 'origin/master' into temperture
This commit is contained in:
@@ -22,6 +22,24 @@
|
||||
"enableAttemptsInterval": 15
|
||||
},
|
||||
|
||||
"schedEvents": {
|
||||
"enable": false
|
||||
},
|
||||
|
||||
"cecEvents": {
|
||||
"actions": [
|
||||
{
|
||||
"action": "Suspend",
|
||||
"event": "standby"
|
||||
},
|
||||
{
|
||||
"action": "Resume",
|
||||
"event": "set stream path"
|
||||
}
|
||||
],
|
||||
"enable": false
|
||||
},
|
||||
|
||||
"color": {
|
||||
"imageToLedMappingType": "multicolor_mean",
|
||||
"channelAdjustment": [
|
||||
@@ -80,7 +98,6 @@
|
||||
"blueSignalThreshold": 0,
|
||||
"signalDetection": false,
|
||||
"noSignalCounterThreshold": 200,
|
||||
"cecDetection": false,
|
||||
"sDVOffsetMin": 0.1,
|
||||
"sDVOffsetMax": 0.9,
|
||||
"sDHOffsetMin": 0.4,
|
||||
@@ -249,5 +266,14 @@
|
||||
"vmax": 0.08,
|
||||
"vmin": 0
|
||||
}
|
||||
]
|
||||
],
|
||||
|
||||
"osEvents": {
|
||||
"suspendEnable": true,
|
||||
"lockEnable": true
|
||||
},
|
||||
|
||||
"cecEvents": {
|
||||
"enable": false
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user