Commit changes from the last 4 years
This commit is contained in:
parent
ed042cbfce
commit
bcd171723c
43 changed files with 74 additions and 37 deletions
4
bitlair_open.d/20_amplifier_poweron
Executable file
4
bitlair_open.d/20_amplifier_poweron
Executable file
|
@ -0,0 +1,4 @@
|
|||
#!/bin/bash
|
||||
|
||||
# Amplifier and KVM switch
|
||||
apc-switch 22 on
|
|
@ -1,9 +1,4 @@
|
|||
#!/bin/bash
|
||||
|
||||
# Ensure the controller is power cycled.
|
||||
powerbar-switch 2 off
|
||||
|
||||
# 1 = Board (upper half)
|
||||
# 2 = Controller
|
||||
# 3 = Board (lower half)
|
||||
powerbar-switch 1-3 on
|
||||
# Turn on bitpanel
|
||||
apc-switch 18 on
|
||||
|
|
4
bitlair_open.d/20_lounge_leds_poweron
Executable file
4
bitlair_open.d/20_lounge_leds_poweron
Executable file
|
@ -0,0 +1,4 @@
|
|||
#!/bin/bash
|
||||
|
||||
# Turn on LEDs in the lounge
|
||||
apc-switch 17 on
|
|
@ -1,8 +1,5 @@
|
|||
#!/bin/bash
|
||||
|
||||
apc-switch 18 off
|
||||
apc-switch 20 off
|
||||
# Switches on the music computer.
|
||||
apc-switch 18 on
|
||||
|
||||
# Amplifier and KVM switch
|
||||
apc-switch 19 on
|
||||
apc-switch 20 on
|
||||
|
|
|
@ -1,3 +0,0 @@
|
|||
#!/bin/bash
|
||||
|
||||
powerbar-switch 4 on
|
|
@ -1,3 +1,4 @@
|
|||
#!/bin/bash
|
||||
|
||||
# Turn on ledbanner
|
||||
powerbar-switch 20 on
|
3
bitlair_open.d/22_phone_on
Executable file
3
bitlair_open.d/22_phone_on
Executable file
|
@ -0,0 +1,3 @@
|
|||
#!/bin/bash
|
||||
poe-switch 10 on
|
||||
|
4
bitlair_open.d/22_statsbak_on
Executable file
4
bitlair_open.d/22_statsbak_on
Executable file
|
@ -0,0 +1,4 @@
|
|||
#!/bin/bash
|
||||
|
||||
# Turn on statsbak
|
||||
powerbar-switch 19 on
|
4
bitlair_open.d/23_beamer_on
Executable file
4
bitlair_open.d/23_beamer_on
Executable file
|
@ -0,0 +1,4 @@
|
|||
#!/bin/bash
|
||||
|
||||
# Turn on the port for the Beamer
|
||||
powerbar-switch 2 on
|
4
bitlair_open.d/24_bank_leds_on
Executable file
4
bitlair_open.d/24_bank_leds_on
Executable file
|
@ -0,0 +1,4 @@
|
|||
#!/bin/bash
|
||||
|
||||
# Turn on the port for the bank leds
|
||||
powerbar-switch 3 on
|
|
@ -1,3 +1,3 @@
|
|||
#!/bin/bash
|
||||
|
||||
bitlair-tweet "We OPENED at $(date +%s)"
|
||||
bitlair-state-tweet "Yes, we're OPEN! Open since: $(date --rfc-3339=seconds)"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue