increase delay on menu settle
This commit is contained in:
parent
b1414b9419
commit
4864f1a230
@ -32,13 +32,13 @@ select_device() {
|
||||
case "$1" in
|
||||
fan)
|
||||
open_menu
|
||||
sleep 0.4 # wait for menu to settle
|
||||
sleep 0.6 # wait for menu to settle
|
||||
tap 60 200 # Select Fan from the list
|
||||
sleep 0.4 # wait for menu to disappear
|
||||
;;
|
||||
ac)
|
||||
open_menu
|
||||
sleep 0.5 # wait for menu to settle
|
||||
sleep 0.6 # wait for menu to settle
|
||||
tap 60 300 # Select AC from the list
|
||||
sleep 0.4 # Wait for menu to disappear
|
||||
;;
|
||||
|
Loading…
x
Reference in New Issue
Block a user