From 27c862bfc5b33848313f2261230b71e68de993b4 Mon Sep 17 00:00:00 2001
From: Pascal <engelerp@phys.ethz.ch>
Date: Tue, 23 Jul 2024 10:36:10 +0200
Subject: [PATCH] Changed thresholds to new system values

---
 drivers/drivers/supervisor.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/drivers/supervisor.py b/drivers/drivers/supervisor.py
index 947caa2..2d6cce3 100644
--- a/drivers/drivers/supervisor.py
+++ b/drivers/drivers/supervisor.py
@@ -3,8 +3,8 @@ import element
 import pqwsw2
 import rl20001
 
-warn_thresh = [31.5, 28.0, 35.0, 40.0, 30.0]
-shutdown_thresh = [32.0, 30.0, 45.0, 45.0, 32.0]
+warn_thresh = [31.5, 26.0, 33.0, 28.0, 40.0]
+shutdown_thresh = [32.0, 30.0, 37.0, 30.0, 46.5]
 
 
 mySwitch = pqwsw2.PQWSW2('192.168.254.1')
-- 
GitLab