3d printers
All checks were successful
Deploy powerbar.ti Frontend Portal / Deploy-Tinance2-Frontend-Portal-Production (push) Successful in 48s
All checks were successful
Deploy powerbar.ti Frontend Portal / Deploy-Tinance2-Frontend-Portal-Production (push) Successful in 48s
This commit is contained in:
parent
1f8a6a0d01
commit
a21c2b24ca
1 changed files with 5 additions and 6 deletions
|
@ -9,11 +9,11 @@ groups = [
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name" : "Main Space Lights",
|
"name" : "Main Space Lights",
|
||||||
"devices" : [ { "powerbar" : "powerbar-main-space", "outlets" : [ 5, 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" : [ 5, 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] }],
|
||||||
},
|
},
|
||||||
]
|
]
|
||||||
|
@ -45,14 +45,12 @@ powerbars = {
|
||||||
"type" : "baytech",
|
"type" : "baytech",
|
||||||
"description" : "Powerbar Controlling Main Space",
|
"description" : "Powerbar Controlling Main Space",
|
||||||
"outlets" : {
|
"outlets" : {
|
||||||
|
9 : { "name" : "3D Printers" },
|
||||||
4 : { "name" : "LIGHT_MAKERTABLE" },
|
4 : { "name" : "LIGHT_MAKERTABLE" },
|
||||||
19 : { "name" : "Laser Cutter" },
|
|
||||||
5 : { "name" : "LIGHT_TABLE" },
|
5 : { "name" : "LIGHT_TABLE" },
|
||||||
6 : { "name" : "3D Printers" },
|
6 : { "name" : "LIGHT_HAM" },
|
||||||
7 : { "name" : "LIGHT_ENTRANCE" },
|
7 : { "name" : "LIGHT_ENTRANCE" },
|
||||||
8 : { "name" : "LIGHT_KITCHEN" },
|
8 : { "name" : "LIGHT_KITCHEN" },
|
||||||
9 : { "name" : "LIGHT_WHEEL" },
|
|
||||||
10 : { "name" : "LIGHT_SOFA" },
|
10 : { "name" : "LIGHT_SOFA" },
|
||||||
11 : { "name" : "LIGHT_KITCHEN_SPOTS" },
|
11 : { "name" : "LIGHT_KITCHEN_SPOTS" },
|
||||||
12 : { "name" : "LEDWALL" },
|
12 : { "name" : "LEDWALL" },
|
||||||
|
@ -62,6 +60,7 @@ powerbars = {
|
||||||
16 : { "name" : "RADIO_LANE_CTRL_OUTLETS" },
|
16 : { "name" : "RADIO_LANE_CTRL_OUTLETS" },
|
||||||
17 : { "name" : "MONITOR_3D_1" },
|
17 : { "name" : "MONITOR_3D_1" },
|
||||||
18 : { "name" : "MONITOR_3D_2" },
|
18 : { "name" : "MONITOR_3D_2" },
|
||||||
|
19 : { "name" : "MONITOR_AV_1" },
|
||||||
20 : { "name" : "MONITOR_AV_2" },
|
20 : { "name" : "MONITOR_AV_2" },
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue