{ "thermal_control_algorithm": { "run_at_boot_up": "false", "fan_speed_when_suspend": "50" }, "info_types": [ { "type": "fan_info" }, { "type": "thermal_info" }, { "type": "chassis_info" } ], "policies": [ { "name": "any fan absence", "conditions": [ { "type": "fan.any.absence" } ], "actions": [ { "type": "thermal_control.control", "status": "false" }, { "type": "fan.all.set_speed", "speed": "100" } ] }, { "name": "all fan presence", "conditions": [ { "type": "fan.all.presence" } ], "actions": [ { "type": "thermal.temp_check_and_set_all_fan_speed", "default_speed": "50", "hightemp_speed": "100" } ] }, { "name": "temp over high critical threshold", "conditions": [ { "type": "thermal.over.high_critical_threshold" } ], "actions": [ { "type": "switch.shutdown" } ] } ] }