X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=automation%2Fclicker.sh;fp=automation%2Fclicker.sh;h=f65601bfe74e17d049ae50fe8f0296a085b11d53;hb=13d767fa4f3204426a62bdb425feaecb1d6d642e;hp=cb00e6a08ae7ced3b7ff98c1e349b4acd5ae7de7;hpb=789cf885cd0f1e8a6aff1680fd2bcd10f28997cd;p=pingpong.git diff --git a/automation/clicker.sh b/automation/clicker.sh index cb00e6a..f65601b 100755 --- a/automation/clicker.sh +++ b/automation/clicker.sh @@ -14,11 +14,13 @@ RAN_END=200 for ((i=$BEGIN; i<=$END; i+=$INC)); do + + date +"%m/%d/%Y %r" #./adb shell getevent -l - use this command to get the position # TP-Link switch #./adb shell input tap 1002 913 # TP-Link bulb on/off - ./adb shell input tap 981 358 + ./adb shell input tap 994 560 # D-Link switch #./adb shell input tap 987 346 # SmartThings @@ -27,8 +29,16 @@ do #./adb shell input tap 981 532 # WeMo Insight #./adb shell input tap 981 326 + # Kwikset doorlock + #if (( $i % 2 )) + #then + # locking + # ./adb shell input tap 153 1211 + #else + # unlocking + # ./adb shell input tap 520 1211 + #fi #date +%r - date +"%m/%d/%Y %r" #RAND=$[( $RANDOM % $RAN_END ) + $RAN_STA] #RAND=$[`jot -r 1 $RAN_STA $RAN_END`] #echo "Delay: $RAND seconds"