Skip to content
Snippets Groups Projects
Commit 27c862bf authored by Pascal Engeler's avatar Pascal Engeler
Browse files

Changed thresholds to new system values

parent 6753186b
No related branches found
No related tags found
No related merge requests found
...@@ -3,8 +3,8 @@ import element ...@@ -3,8 +3,8 @@ import element
import pqwsw2 import pqwsw2
import rl20001 import rl20001
warn_thresh = [31.5, 28.0, 35.0, 40.0, 30.0] warn_thresh = [31.5, 26.0, 33.0, 28.0, 40.0]
shutdown_thresh = [32.0, 30.0, 45.0, 45.0, 32.0] shutdown_thresh = [32.0, 30.0, 37.0, 30.0, 46.5]
mySwitch = pqwsw2.PQWSW2('192.168.254.1') mySwitch = pqwsw2.PQWSW2('192.168.254.1')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment