implemented support for light control in multiple rooms
This commit is contained in:
parent
cc932b4d0f
commit
db00dbb113
2 changed files with 73 additions and 17 deletions
|
@ -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)"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue