Skip to content

Commit

Permalink
Readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanSafonov committed Sep 28, 2024
1 parent 3a90483 commit 7dcf8c0
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions conf/fanctl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,11 @@ fans:
# level: auto

# Time in seconds before switching to another level.
# delayUp for level increase and delayDown for decrease, delay combines both.
# 0 by default.
# delay: 0
# delayUp: 0
# delayDown: 0

# List of sensor names from sensors section which are used to select
# current level.
Expand Down Expand Up @@ -56,6 +59,8 @@ fans:
# Time in seconds before switching to another level.
# 0 by default.
# delay: 0
# delayUp: 0
# delayDown: 0

# Sensor value to fan level mapping.
# Order matters. First matching will be used.
Expand All @@ -78,6 +83,8 @@ fans:
# Time in seconds before switching to another level.
# 0 by default.
# delay: 0
# delayUp: 0
# delayDown: 0

# Sensor value to fan level mapping.
# Order matters. First matching will be used.
Expand All @@ -100,6 +107,8 @@ fans:
# Time in seconds before switching to another level.
# 0 by default.
# delay: 0
# delayUp: 0
# delayDown: 0

# All sensors.
# Has to be at least one sensor.
Expand Down

0 comments on commit 7dcf8c0

Please sign in to comment.