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

This commit is contained in:
Matthew Frost 2024-02-28 20:52:14 +01:00
parent ea1dda171c
commit a0dac8516e

View file

@ -245,7 +245,8 @@ def powebar_group_action(group, action):
command = run_telnet_command(powerbar,f"{action} {outlets}")
if powerbars[powerbar]['method'] == "batch_telnet":
queues[powerbar].put({"outlet": outlet, "action" : action})
for outlet in device['outlets']:
queues[powerbar].put({"outlet": outlet, "action" : action})
command = True
if command: