From bb9c859a0355d1cdbdf933e8d64b1dcdb0f792c3 Mon Sep 17 00:00:00 2001 From: itzmarkoni Date: Sun, 15 Jun 2025 21:34:49 -0400 Subject: [PATCH] update minimum temperature threshold from 280 to 300 --- temperature_driver.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/temperature_driver.lua b/temperature_driver.lua index e407c2e..f965b27 100644 --- a/temperature_driver.lua +++ b/temperature_driver.lua @@ -1,5 +1,5 @@ local max = 315 -local min = 280 +local min = 300 local function getValue()