From 13d767fa4f3204426a62bdb425feaecb1d6d642e Mon Sep 17 00:00:00 2001 From: rtrimana Date: Mon, 6 Aug 2018 09:55:30 -0700 Subject: [PATCH] Updating automation clicker.sh --- automation/clicker.sh | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) 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" -- 2.34.1