From c1f6340b2dce0ed0443dadcc8a4ff48b6f2ab65f Mon Sep 17 00:00:00 2001 From: rtrimana Date: Wed, 1 Aug 2018 13:27:33 -0700 Subject: [PATCH] Updating the automation script clicker.sh --- automation/clicker.sh | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/automation/clicker.sh b/automation/clicker.sh index 0817e6e..cb00e6a 100755 --- a/automation/clicker.sh +++ b/automation/clicker.sh @@ -17,10 +17,16 @@ do #./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 # D-Link switch #./adb shell input tap 987 346 # SmartThings - ./adb shell input tap 921 1188 + #./adb shell input tap 921 1188 + # WeMo + #./adb shell input tap 981 532 + # WeMo Insight + #./adb shell input tap 981 326 #date +%r date +"%m/%d/%Y %r" #RAND=$[( $RANDOM % $RAN_END ) + $RAN_STA] -- 2.34.1