init readme

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

18
README.md Normal file
View File

@ -0,0 +1,18 @@
## Remote Control Scripts
This repository contains two Bash scripts for controlling a fan and an air conditioner (AC) remotely using ADB (Android Debug Bridge). The scripts interact with a remote control app installed on an Android device.
Scripts
`remote-arg`: A script that accepts command-line arguments for controlling devices.
`remote-ui`: An interactive script with a text-based user interface for controlling devices.
## Prerequisites
- Bash shell
- ADB (Android Debug Bridge) installed and configured
- An Android device with the remote control app installed (com.tiqiaa.remote)
- The Android device should be connected to the same network as the computer running the scripts
Setup
Clone this repository or download the scripts.
Make both scripts executable: