toggle
All checks were successful
Deploy powerbar.ti Frontend Portal / Deploy-Tinance2-Frontend-Portal-Production (push) Successful in 38s

This commit is contained in:
Matthew Frost 2024-02-28 20:41:57 +01:00
parent 3e9b086c33
commit ea1dda171c

View file

@ -154,7 +154,7 @@ def powerbar_control(powerbar, outlet, action):
command = run_telnet_command(powerbar,f"on {outlet}")
if powerbars[powerbar]['method'] == "batch_telnet":
queues[powerbar].put({"outlet": outlet, "action" : "off"})
queues[powerbar].put({"outlet": outlet, "action" : "on"})
command = True
if command: