11 lines
283 B
Bash
Executable file
11 lines
283 B
Bash
Executable file
#!/bin/bash
|
|
|
|
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
|
|
|
|
# Amplifier and KVM switch
|
|
apc-switch 20 off
|
|
|
|
mqtt-simple -r -h mqtt.bitlair.nl -p 'bitlair/music/space/state' -m 'stopped'
|