ambient light sensor 43, not 52

This commit is contained in:
mischa 2019-12-27 17:13:11 +01:00
parent a5b93425ba
commit e7e27decb5
1 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ PATH=$PATH:/usr/local/bin
# Add the following to crontab:
# */5 * * * * /<path-to-your-script>/wrapper-daylight-trigger.sh
#
# ambient light sensor 52 to check
# ambient light sensor 43 to check
# light 7 to control
# scene dimmed
/home/mischa/hue/daylight-trigger.py $(cat /home/mischa/hue-bridge2) $(cat /home/mischa/hue-token2) -s 52 -l 7 -a dimmed
/home/mischa/hue/daylight-trigger.py $(cat /home/mischa/hue-bridge2) $(cat /home/mischa/hue-token2) -s 43 -l 7 -a dimmed