remove solder from the solder area
All checks were successful
Deploy powerbar.ti Frontend Portal / Deploy-Tinance2-Frontend-Portal-Production (push) Successful in 6s
All checks were successful
Deploy powerbar.ti Frontend Portal / Deploy-Tinance2-Frontend-Portal-Production (push) Successful in 6s
This commit is contained in:
parent
9c5ad472c7
commit
cbfeacb7e1
1 changed files with 2 additions and 5 deletions
|
@ -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] }],
|
||||||
},
|
},
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in a new issue