Connect WiFi Device
android_connect_wifiConnect to an Android device over WiFi ADB using host or host:port. Device must have wireless debugging or 'adb tcpip 5555' enabled.
Instructions
Connect to an Android device over WiFi ADB. Accepts HOST or HOST:PORT (port defaults to 5555). The device must have wireless debugging or 'adb tcpip 5555' enabled.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| host | Yes | Device host, e.g. '192.168.1.3' or '192.168.1.3:5555' |