implemented support for light control in multiple rooms

This commit is contained in:
root 2017-03-04 15:03:07 +00:00
parent cc932b4d0f
commit db00dbb113
2 changed files with 73 additions and 17 deletions

View file

@ -3,11 +3,11 @@
COMMAND_FILE=/tmp/command
lounge_light() {
./light.sh $1
./light.sh 1 "$1"
}
lounge_light_toggle() {
./light.sh
./light.sh 1
}
cd "$(dirname $0)"