移动内部action以兼容host node

This commit is contained in:
Xuwznln
2025-10-11 03:11:17 +08:00
parent 6fc7ed1b88
commit 7f40f141f6
4 changed files with 58 additions and 57 deletions

View File

@@ -111,8 +111,8 @@ new_device: # 设备名,要唯一
1.`auto-` 开头的动作:从你 Python 类的方法自动生成
2. 通用的驱动动作:
- `_execute_driver_command`:同步执行驱动命令
- `_execute_driver_command_async`:异步执行驱动命令
- `_execute_driver_command`:同步执行驱动命令(仅本地可用)
- `_execute_driver_command_async`:异步执行驱动命令(仅本地可用)
### 如果要手动定义动作