X-Git-Url: http://plrg.eecs.uci.edu/git/?p=pingpong.git;a=blobdiff_plain;f=automation%2Fclicker.sh;h=0817e6ee262cfb51aea60887ab1b8e194864741f;hp=5f3a964160718eb5d6ea855fd0b0426aca289fca;hb=f3d73543514759adfe8600697f86218f3623f61f;hpb=49edc18a41b5c69a394135568ba05ffa221f2d24 diff --git a/automation/clicker.sh b/automation/clicker.sh index 5f3a964..0817e6e 100755 --- a/automation/clicker.sh +++ b/automation/clicker.sh @@ -14,10 +14,13 @@ RAN_END=200 for ((i=$BEGIN; i<=$END; i+=$INC)); do + #./adb shell getevent -l - use this command to get the position # TP-Link switch #./adb shell input tap 1002 913 # D-Link switch - ./adb shell input tap 987 346 + #./adb shell input tap 987 346 + # SmartThings + ./adb shell input tap 921 1188 #date +%r date +"%m/%d/%Y %r" #RAND=$[( $RANDOM % $RAN_END ) + $RAN_STA]