Skip to content

Commit

Permalink
add options indications
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicooow committed Oct 6, 2024
1 parent 209d934 commit 39ef463
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 1 deletion.
2 changes: 1 addition & 1 deletion vim3-fan-controller/config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: "Khadas VIM3 Fan Controller"

Check failure on line 1 in vim3-fan-controller/config.yaml

View workflow job for this annotation

GitHub Actions / Lint add-on vim3-fan-controller

Additional properties are not allowed ('log_level' was unexpected)

Check failure on line 1 in vim3-fan-controller/config.yaml

View workflow job for this annotation

GitHub Actions / Lint add-on vim3-fan-controller

Additional properties are not allowed ('log_level' was unexpected)
description: "Control the fan of the Khadas VIM3"
version: "1.0.2"
version: "1.0.3"
slug: "khadas-vim3-fan"
init: false
arch:
Expand Down
16 changes: 16 additions & 0 deletions vim3-fan-controller/translations/en.yaml
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)"
16 changes: 16 additions & 0 deletions vim3-fan-controller/translations/fr.yaml
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)"

0 comments on commit 39ef463

Please sign in to comment.