0a70571011
Backport thermal control feature from master branch to 201911 branch by cherry-picking commits and manually resolving conflicts.
11 lines
172 B
JSON
11 lines
172 B
JSON
{
|
|
"name": "any fan absence",
|
|
"conditions": [
|
|
],
|
|
"actions": [
|
|
{
|
|
"type": "fan.all.set_speed",
|
|
"speed": "100"
|
|
}
|
|
]
|
|
} |