diff --git a/remote-ui b/remote-ui index ba0b544..b8f4708 100755 --- a/remote-ui +++ b/remote-ui @@ -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 ;;