Merge remote-tracking branch 'origin/master' into temperture

This commit is contained in:
LordGrey
2024-02-25 17:06:35 +01:00
319 changed files with 12512 additions and 6462 deletions

View File

@@ -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
}
}