From 64a32b6783823a042df5898203579ebaeb274208 Mon Sep 17 00:00:00 2001 From: itzmarkoni Date: Sat, 14 Jun 2025 14:50:18 -0400 Subject: [PATCH] updatred --- turbine_driver.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/turbine_driver.lua b/turbine_driver.lua index ced17fd..bbf8753 100644 --- a/turbine_driver.lua +++ b/turbine_driver.lua @@ -9,7 +9,8 @@ end local function watch(reactor, monitor) local value = getValue(reactor) - print("Status: " .. tostring(value)) + print("Status: " .. tostring(value)) + monitor.clear() isWarningState = true sleep(5) isWarningState = false