lights
All checks were successful
Deploy powerbar.ti Frontend Portal / Deploy-Tinance2-Frontend-Portal-Production (push) Successful in 37s
All checks were successful
Deploy powerbar.ti Frontend Portal / Deploy-Tinance2-Frontend-Portal-Production (push) Successful in 37s
This commit is contained in:
parent
ea1dda171c
commit
a0dac8516e
1 changed files with 2 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue