changed wrapper to second bridge
This commit is contained in:
parent
ac86e52f86
commit
a5b93425ba
|
@ -5,7 +5,7 @@ PATH=$PATH:/usr/local/bin
|
|||
# Add the following to crontab:
|
||||
# */5 * * * * /<path-to-your-script>/wrapper-daylight-trigger.sh
|
||||
#
|
||||
# sensor 50 to check
|
||||
# light 24 to control
|
||||
# ambient light sensor 52 to check
|
||||
# light 7 to control
|
||||
# scene dimmed
|
||||
/home/mischa/hue/daylight-trigger.py $(cat /home/mischa/hue-bridge) $(cat /home/mischa/hue-token) -s 50 -l 24 -a dimmed
|
||||
/home/mischa/hue/daylight-trigger.py $(cat /home/mischa/hue-bridge2) $(cat /home/mischa/hue-token2) -s 52 -l 7 -a dimmed
|
||||
|
|
Loading…
Reference in New Issue