2 active jobs
Command catalog

Actions Center

Single and bulk command setup with target selection, dry-run, schedule-later and save-as-template flows.

Device Control

9
Home
Layer A · no params
Back
Layer A · no params
Recents
Layer A · no params
Tap mode
Layer A · x, y
Swipe mode
Layer A · from, to, duration
Rotate
Layer A · orientation
Wake / lock
Layer A · state
Volume
Layer A · level
Brightness
Layer A · level

App Management

planned
Home
Layer A · no params
Back
Layer A · no params
Recents
Layer A · no params

File Operations

planned
Home
Layer A · no params
Back
Layer A · no params
Recents
Layer A · no params

Text / Clipboard

1
Paste text
Layer A · text

Media

2
Screenshot
Layer A · quality
Record screen
Layer B · duration

ADB / Shell

1
ADB shell
Layer A · command

Maintenance

planned
Home
Layer A · no params
Back
Layer A · no params
Recents
Layer A · no params

Diagnostics

1
Refresh stream
Layer A · no params

Action form preview

Future API request shape

{
  "target": {
    "type": "device",
    "id": "rn60-01"
  },
  "command": "inputText",
  "payload": {
    "text": "hello"
  },
  "options": {
    "dryRun": true,
    "scheduleAt": null
  }
}