×

注意!页面内容来自https://docs.openclaw.ai/zh-CN/nodes/voicewake,本站不储存任何内容,为了更好的阅读体验进行在线解析,若有广告出现,请及时反馈。若您觉得侵犯了您的利益,请通知我们进行删除,然后访问 原网页

Documentation Index

Fetch the complete documentation index at: https://docs.openclaw.ai/llms.txt

Use this file to discover all available pages before exploring further.

OpenClaw 将唤醒词视为一个全局列表,由 Gateway 网关管理。

存储(Gateway 网关主机)

唤醒词存储在网关机器上的: 结构:
{ "triggers": ["openclaw", "claude", "computer"], "updatedAtMs": 1730000000000 }

协议

方法

说明:

路由方法(触发词 → 目标)

VoiceWakeRoutingConfig 结构:
{
  "version": 1,
  "defaultTarget": { "mode": "current" },
  "routes": [{ "trigger": "robot wake", "target": { "sessionKey": "agent:main:main" } }],
  "updatedAtMs": 1730000000000
}
路由目标必须且只能支持以下一种:

事件

接收者:

客户端行为

macOS 应用

iOS 节点

Android 节点

相关