From: rtrimana Date: Wed, 25 Jul 2018 23:10:30 +0000 (-0700) Subject: Adding coordinates for the SmartThings app button. X-Git-Url: http://plrg.eecs.uci.edu/git/?p=pingpong.git;a=commitdiff_plain;h=f3d73543514759adfe8600697f86218f3623f61f;hp=f2085e4cc345c42f6ebfc61543e2ca35362bb44b Adding coordinates for the SmartThings app button. --- 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]