← Mục lục tài liệu

get_info

key: developer.get_info nhóm: DeveloperAction hàm Client A13: get_info

Chức năng

Trả về trạng thái máy Client: kích thước màn hình, vị trí chuột, tiêu đề cửa sổ đang focus, số tiến trình trình duyệt, profile GPM đang mở... Bước đầu tiên nên chạy khi debug "sao không thấy gì".

Tham số (0)

Action này không có tham số riêng.

Payload MQTT gửi đi

{
  "version": "great-lotus-pyauto-v1",
  "action": {
    "key": "developer.get_info",
    "group": "DeveloperAction",
    "function": "get_info"
  },
  "inputs": {},
  "meta": {
    "requestId": "<16 hex>",
    "requestTopic": "WP2_PC176",
    "responseTopic": "RES_WP2_PC176",
    "waitForResponse": true,
    "responseTimeoutSec": 60
  }
}

Publish lên topic bạn nhập ở ô Topic; nếu bật Wait For Response, node chờ Client trả lời trên RES_<topic> với đúng meta.requestId. return: "NG" ⇒ node ném lỗi.

Sinh tự động bởi tools/gen_doc_html.js từ ACTION_SPECS (package n8n-nodes-c12_pyautogui_web@0.1.34) · 2026-07-22 · Đừng sửa tay file này — sửa _notes/ hoặc source rồi chạy lại npm run doc:build.