From 31f633e5cd430e00c85ecc231b0333f75a39c54c Mon Sep 17 00:00:00 2001 From: Matthew Frost Date: Wed, 7 Feb 2024 18:56:14 +0100 Subject: [PATCH] pray to god --- app/settings.py | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/app/settings.py b/app/settings.py index 93a1c93..74bb49f 100644 --- a/app/settings.py +++ b/app/settings.py @@ -25,16 +25,16 @@ powerbars = { "method" : "batch_telnet", "description" : "Powerbar Controlling Aux Space", "outlets" : { - 4 : { "name" : "Power solderlane" }, - # 7: { "name" : "Broken permanent on. Plotter + computer" }, - # 10: { "name" : "Power main table" }, + 4: { "name" : "Power solderlane" }, + 7: { "name" : "Broken permanent on. Plotter + computer", "password" : "Uwoo5sheiThee4Eeno8i" }, + 10: { "name" : "Power main table (And network Switch)", "password" : "Uwoo5sheiThee4Eeno8i" }, 13 : { "name" : "Solder Lane Top Light Right" }, - # 15 : { "name" : "Broken permanent on. PoE adapter wifi" }, + 15 : { "name" : "Broken permanent on. PoE adapter wifi", "password" : "Uwoo5sheiThee4Eeno8i" }, 17 : { "name" : "Solder Lane Top Light Left" }, 18 : { "name" : "Plotter", "password" : "Yahma3lah9ailoes7pae" }, - # 19 : { "name" : "Broken-ish leds entry aux-space" }, - 1 : { "name" : "Aux Main Table Light" }, - # 20 : { "name" : "Power extension cord top shelf near glass room" }, + 19 : { "name" : "Broken-ish leds entry aux-space", "password" : "Uwoo5sheiThee4Eeno8i" }, + 1 : { "name" : "Aux Main Table Light", "password" : "Uwoo5sheiThee4Eeno8i" }, + 20 : { "name" : "Power extension cord top shelf near glass room (Controls AUX Light Switch)", "password" : "Uwoo5sheiThee4Eeno8i" }, } },