Add scripts for Bitlair and DJO
This commit is contained in:
parent
5b96a6be43
commit
239e6cec0e
27 changed files with 105 additions and 1 deletions
11
bitlair_open.d/20_music_poweron
Executable file
11
bitlair_open.d/20_music_poweron
Executable file
|
@ -0,0 +1,11 @@
|
|||
#!/bin/bash
|
||||
|
||||
# Switches on the music computer.
|
||||
apc-switch 13 off
|
||||
sleep 5
|
||||
apc-switch 13 on
|
||||
sleep 1
|
||||
|
||||
# Amplifier and KVM switch
|
||||
apc-switch 20 on
|
||||
sleep 1
|
Loading…
Add table
Add a link
Reference in a new issue