From 6ebadc11726545cfa6ca5e182491032066cc72a9 Mon Sep 17 00:00:00 2001 From: Del Date: Tue, 11 Jun 2024 10:52:23 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E6=B7=BB=E5=8A=A0=E5=85=B3=E4=BA=8E=20?= =?UTF-8?q?playingCommand=20=E7=9A=84=E9=85=8D=E7=BD=AE=E8=AF=B4=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .migpt.example.js | 2 +- docs/settings.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.migpt.example.js b/.migpt.example.js index ea70661..6506681 100644 --- a/.migpt.example.js +++ b/.migpt.example.js @@ -53,6 +53,6 @@ export default { // 是否启用流式响应,部分小爱音箱型号不支持查询播放状态,此时需要关闭流式响应 streamResponse: true, // 查询是否在播放中指令,请到 https://home.miot-spec.com 查询具体指令 - // playingCommand: [3, 1, 1], + // playingCommand: [3, 1, 1], // 默认无需配置此参数,播放出现问题时再尝试开启 }, }; diff --git a/docs/settings.md b/docs/settings.md index 243252d..8bcdc98 100644 --- a/docs/settings.md +++ b/docs/settings.md @@ -32,7 +32,7 @@ | `onAIAsking` | AI 开始回答时的提示语 | `["让我先想想", "请稍等"]` | | `onAIReplied` | AI 结束回答时的提示语 | `["我说完了", "还有其他问题吗"]` | | `onAIError` | AI 回答异常时的提示语 | `["出错了,请稍后再试吧!"]` | -| `playingCommand` | 查询小爱音箱是否在播放中指令([可在此查询](https://home.miot-spec.com)) | `[3, 1, 1]` | +| `playingCommand` | 查询小爱音箱是否在播放中指令(注意:默认无需配置此参数,播放出现问题时再尝试开启) | `[3, 1, 1]` | | `streamResponse` | 是否启用流式响应(部分小爱音箱型号不支持查询播放状态,此时需要关闭流式响应) | `true` | | `exitKeepAliveAfter` | 无响应一段时间后,多久自动退出唤醒模式(单位秒,默认 30 秒) | `30` |