From b1414b9419010932be4972dcf84fbd13a6c4a728 Mon Sep 17 00:00:00 2001 From: Shihaam Abdul Rahman Date: Tue, 17 Sep 2024 14:56:27 +0500 Subject: [PATCH] fix ac selection --- remote-ui | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/remote-ui b/remote-ui index ebd2b6c..ba0b544 100755 --- a/remote-ui +++ b/remote-ui @@ -38,7 +38,7 @@ select_device() { ;; ac) open_menu - sleep 0.4 # wait for menu to settle + sleep 0.5 # wait for menu to settle tap 60 300 # Select AC from the list sleep 0.4 # Wait for menu to disappear ;;