From a7de8d079396844b74d7c3b592b0ffb66a3c31d0 Mon Sep 17 00:00:00 2001 From: nan0s7 <26643055+nan0s7@users.noreply.github.com> Date: Thu, 4 Aug 2022 22:10:36 +1000 Subject: [PATCH] Add hyst variable --- config | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config b/config index 26f0f7c..9593982 100644 --- a/config +++ b/config @@ -9,6 +9,8 @@ min_t2="25" # How many seconds the script should wait until checking for a change in temps sleep_time="7" +hyst="2" + # By default it's set up so that when the temp is less than or equal to 35 # degrees, the fan speed will be set to 25%. Next, if the temp is between 36 # and 45, the fan speed should be set to 40%, etc.