From: rtrimana Date: Mon, 6 Aug 2018 16:55:30 +0000 (-0700) Subject: Updating automation clicker.sh X-Git-Url: http://plrg.eecs.uci.edu/git/?p=pingpong.git;a=commitdiff_plain;h=13d767fa4f3204426a62bdb425feaecb1d6d642e;hp=789cf885cd0f1e8a6aff1680fd2bcd10f28997cd Updating automation clicker.sh --- 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"