2025-10-10
Updated: 2025/10/10
Read Time: 5 min
Unified HID multi-mode and HID-ESP32 API; added multi-touch and HID mode screenshots; added $mysql, $input, $assistant modules; group control projection supports mouse wheel; shellHttp supports multi-touch.
v19241 Changelog
This version focuses on HID multi-mode unification, input system upgrade, and enhanced remote database interaction.
Multiple core modules (HID, AssistService, $mysql, $input) have been unified and extended.
Modules and Core API Overview
Below are the main modules and examples in v19241 (sample code):
$hidseries- Unified entry:
$hid,$hid.esp32ble,$hid.esp32otg,$hid.http,$hid.multi - Example:
- Unified entry:
$shellHttp- Remote Shell automation (ADB-free solution):
Execute commands and simulate input via HTTP/REST requests.
- Remote Shell automation (ADB-free solution):
$mysql- Remote database module, syntax similar to SQLite:
$assistant(AssistService)- Enhanced control tree and window management:
Supports node analysis, window focus control, shared layout with HID mode.
- Enhanced control tree and window management:
$input(new)- Supports complex input and formatting, comparable to system IME.
- Other modules
$cloud: cloud message and log interface.
Guide
Learn the operational basics of the cloud control remote screen casting system, cloud control App features, and basic script development operations to help you get started quickly
2025-09-25
Introduced HID layout nodes and XML support, aligning HID control lookup semantics with accessibility; Supports screenshots for any application (bypassing screenshot restriction scenarios); Remote debugging and dark theme UI optimizations.