remove solder from the solder area
All checks were successful
Deploy powerbar.ti Frontend Portal / Deploy-Tinance2-Frontend-Portal-Production (push) Successful in 6s

This commit is contained in:
Matthew Frost 2023-11-22 10:42:46 +01:00
parent 9c5ad472c7
commit cbfeacb7e1

View file

@ -1,6 +1,3 @@
from app.utils import get_baytech_status_outlet
groups = [ groups = [
{ {
"name" : "Solder Lane", "name" : "Solder Lane",
@ -12,11 +9,11 @@ groups = [
}, },
{ {
"name" : "Main Space Lights", "name" : "Main Space Lights",
"devices" : [ { "powerbar" : "powerbar-main-space", "outlets" : [ 4, 5, 6, 7, 8, 9, 10, 11, 12, 15 ] } ], "devices" : [ { "powerbar" : "powerbar-main-space", "outlets" : [ 5, 6, 7, 8, 9, 10, 11, 12, 15 ] } ],
}, },
{ {
"name" : "All Space Lights", "name" : "All Space Lights",
"devices" : [ { "powerbar" : "powerbar-main-space", "outlets" : [ 4, 5, 6, 7, 8, 9, 10, 11, 12, 15 ] }, "devices" : [ { "powerbar" : "powerbar-main-space", "outlets" : [ 5, 6, 7, 8, 9, 10, 11, 12, 15 ] },
{ "powerbar" : "powerbar-aux-space", "outlets" : [ 1, 17, 13] }], { "powerbar" : "powerbar-aux-space", "outlets" : [ 1, 17, 13] }],
}, },
] ]