new groups
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
b9fdb8f623
commit
f1d601e5ea
1 changed files with 20 additions and 11 deletions
|
@ -1,21 +1,30 @@
|
|||
groups = [
|
||||
{
|
||||
"name" : "All Space Lights",
|
||||
"devices" : [ { "powerbar" : "powerbar-main-space", "outlets" : [ 5, 6, 7, 8, 10, 11, 12, 15 ] },
|
||||
{ "powerbar" : "powerbar-aux-space", "outlets" : [ 1, 17, 13] }],
|
||||
},
|
||||
{
|
||||
"name" : "Main Space Lights",
|
||||
"devices" : [ { "powerbar" : "powerbar-main-space", "outlets" : [ 5, 6, 7, 8, 10, 11, 12, 15 ] } ],
|
||||
},
|
||||
{
|
||||
"name" : "Aux Space Lights",
|
||||
"devices" : [ { "powerbar": "powerbar-aux-space", "outlets" : [ 1, 17, 13] } ],
|
||||
},
|
||||
{
|
||||
"name" : "Solder Lane",
|
||||
"devices" : [ { "powerbar": "powerbar-aux-space", "outlets" : [ 4 ] } ],
|
||||
},
|
||||
{
|
||||
"name" : "Aux Space Lights",
|
||||
"devices" : [ { "powerbar": "powerbar-aux-space", "outlets" : [ 1, 17, 13] } ],
|
||||
},
|
||||
"name" : "3D Printers",
|
||||
"devices" : [ { "powerbar": "powerbar-main-space", "outlets" : [ 9 ] } ],
|
||||
},
|
||||
{
|
||||
"name" : "Main Space Lights",
|
||||
"devices" : [ { "powerbar" : "powerbar-main-space", "outlets" : [ 5, 6, 7, 8, 10, 11, 12, 15 ] } ],
|
||||
},
|
||||
{
|
||||
"name" : "All Space Lights",
|
||||
"devices" : [ { "powerbar" : "powerbar-main-space", "outlets" : [ 5, 6, 7, 8, 10, 11, 12, 15 ] },
|
||||
{ "powerbar" : "powerbar-aux-space", "outlets" : [ 1, 17, 13] }],
|
||||
},
|
||||
"name" : "Laser Cutter",
|
||||
"devices" : [ { "powerbar": "powerbar-main-space", "outlets" : [ 19 ] } ],
|
||||
},
|
||||
|
||||
]
|
||||
|
||||
powerbars = {
|
||||
|
|
Loading…
Reference in a new issue