fix ac selection

This commit is contained in:
Shihaam Abdul Rahman 2024-09-17 14:56:27 +05:00
parent c147b91410
commit b1414b9419
Signed by: shihaam
GPG Key ID: 6DA2E87EBC227636

View File

@ -38,7 +38,7 @@ select_device() {
;; ;;
ac) ac)
open_menu 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 tap 60 300 # Select AC from the list
sleep 0.4 # Wait for menu to disappear sleep 0.4 # Wait for menu to disappear
;; ;;