From 776dd9215a3d4dd3d655fd0b8e82d0a6a74ed7ba Mon Sep 17 00:00:00 2001 From: itzmarkoni Date: Sat, 14 Jun 2025 14:49:12 -0400 Subject: [PATCH] update --- turbine_driver.lua | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/turbine_driver.lua b/turbine_driver.lua index 4cd517f..ced17fd 100644 --- a/turbine_driver.lua +++ b/turbine_driver.lua @@ -9,9 +9,10 @@ end local function watch(reactor, monitor) local value = getValue(reactor) - print("Status: " .. tostring(value)) + print("Status: " .. tostring(value)) + isWarningState = true sleep(5) - isWarningState = true + isWarningState = false end local function report(reactor, monitor)