Adding coordinates for the SmartThings app button.
[pingpong.git] / automation / clicker.sh
index 5f3a964160718eb5d6ea855fd0b0426aca289fca..0817e6ee262cfb51aea60887ab1b8e194864741f 100755 (executable)
@@ -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]