diff --git a/drivers/drivers/supervisor.py b/drivers/drivers/supervisor.py index 947caa23d3ffc2ab5bfcac7301823dbb9561bf69..2d6cce37ac376c12c93bb6d8851f90291551f563 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')