ti-powerbar/app/settings.py
Matthew Frost 32dacad109
All checks were successful
Deploy powerbar.ti Frontend Portal / Deploy-Tinance2-Frontend-Portal-Production (push) Successful in 7s
better group
2023-11-19 18:21:04 +01:00

64 lines
2.4 KiB
Python

powerbars = {
"powerbar-aux-space" : {
"name" : "Powerbar Aux Space",
"host" : "10.209.10.111",
"port" : 3696,
"description" : "Powerbar Controlling Aux Space",
"outlets" : {
1 : { "name" : "Aux Main Table Light" },
4 : { "name" : "Power solderlane" },
# 7: { "name" : "Broken permanent on. Plotter + computer" },
# 10: { "name" : "Power main table" },
13 : { "name" : "Solder Lane Top Light Right" },
# 15 : { "name" : "Broken permanent on. PoE adapter wifi" },
17 : { "name" : "Solder Lane Top Light Left" },
# 19 : { "name" : "Broken-ish leds entry aux-space" },
20 : { "name" : "Power extension cord top shelf near glass room" },
},
"groups": [
{
"name" : "Solder Lane",
"outlets" : [ 4, 17, 13 ]
},
{
"name" : "Aux Space Lights",
"outlets" : [ 1, 17, 13]
},
]
},
"powerbar-main-space" : {
"name" : "Powerbar Main Space",
"host" : "10.209.10.111",
"port" : 3697,
"description" : "Powerbar Controlling Main Space",
"outlets" : {
4 : { "name" : "LIGHT_MAKERTABLE" },
5 : { "name" : "LIGHT_TABLE" },
6 : { "name" : "LIGHT_HAM" },
7 : { "name" : "LIGHT_ENTRANCE" },
8 : { "name" : "LIGHT_KITCHEN" },
9 : { "name" : "LIGHT_WHEEL" },
10 : { "name" : "LIGHT_SOFA" },
11 : { "name" : "LIGHT_KITCHEN_SPOTS" },
12 : { "name" : "LEDWALL" },
13 : { "name" : "AUDIO_AMPLIFIER" },
14 : { "name" : "AUDIO_MIXER" },
15 : { "name" : "LIGHT_MAKERLANE" },
16 : { "name" : "RADIO_LANE_CTRL_OUTLETS" },
17 : { "name" : "MONITOR_3D_1" },
18 : { "name" : "MONITOR_3D_2" },
19 : { "name" : "MONITOR_AV_1" },
20 : { "name" : "MONITOR_AV_2" },
},
"groups": [
{
"name" : "Main Space Lights",
"outlets" : [ 4, 5, 6, 7, 8, 9, 10, 11, 12, 15 ]
},
]
}
}