-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
33 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
configuration: | ||
threshold_1: | ||
name: "Threshold 1" | ||
description: "The CPU temperature at which the fan will be set to the lowest speed (in Celsius*1000, e.g. 40°C is 40000)" | ||
threshold_2: | ||
name: "Threshold 2" | ||
description: "The CPU temperature at which the fan will be set to the medium speed (in Celsius*1000, e.g. 60°C is 60000)" | ||
threshold_3: | ||
name: "Threshold 3" | ||
description: "The CPU temperature at which the fan will be set to the highest speed (in Celsius*1000, e.g. 80°C is 80000)" | ||
tolerance: | ||
name: "Tolerance" | ||
description: "Tolerance +- to avoid the fan to turn on and off too often (in Celsius*1000)" | ||
interval: | ||
name: "Interval" | ||
description: "Interval between two CPU temperature checks (in seconds)" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
configuration: | ||
threshold_1: | ||
name: "Seuil 1" | ||
description: "La température du CPU à laquelle le ventilateur sera réglé à la vitesse la plus basse (en Celsius*1000, par exemple 40°C = 40000)" | ||
threshold_2: | ||
name: "Seuil 2" | ||
description: "La température du CPU à laquelle le ventilateur sera réglé à la vitesse moyenne (en Celsius*1000, par exemple 60°C = 60000)" | ||
threshold_3: | ||
name: "Seuil 3" | ||
description: "La température du CPU à laquelle le ventilateur sera réglé à la vitesse la plus élevée (en Celsius*1000, par exemple 80°C = 80000)" | ||
tolerance: | ||
name: "Tolérance" | ||
description: "Tolérance +- pour éviter que le ventilateur ne s'allume et ne s'éteigne trop souvent (en Celsius*1000)" | ||
interval: | ||
name: "Intervalle" | ||
description: "Intervalle entre deux vérifications de la température du CPU (en secondes)" |