Update powerbar port numbers
This commit is contained in:
parent
3f72b3c9b3
commit
d9bbdbb49b
2 changed files with 5 additions and 5 deletions
|
@ -3,9 +3,9 @@
|
|||
ssh -o ConnectTimeout=1 root@music.bitlair.nl mpc pause
|
||||
ssh -o ConnectTimeout=1 root@music.bitlair.nl shutdown -h now
|
||||
sleep 10
|
||||
apc-switch 13 off
|
||||
apc-switch 18 off
|
||||
|
||||
# Amplifier and KVM switch
|
||||
apc-switch 20 off
|
||||
apc-switch 19 off
|
||||
|
||||
mqtt-simple -r -h mqtt.bitlair.nl -p 'bitlair/music/space/state' -m 'stopped'
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
#!/bin/bash
|
||||
|
||||
apc-switch 13 off
|
||||
apc-switch 18 off
|
||||
# Switches on the music computer.
|
||||
apc-switch 13 on
|
||||
apc-switch 18 on
|
||||
|
||||
# Amplifier and KVM switch
|
||||
apc-switch 20 on
|
||||
apc-switch 19 on
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue