Browse Source

add rf433

miricy 7 months ago
parent
commit
59810aa16a
2 changed files with 3 additions and 3 deletions
  1. 2 2
      product/ai/mcp/mcp.md
  2. 1 1
      product/deviceconfig.md

+ 2 - 2
product/ai/mcp/mcp.md

@@ -14,7 +14,7 @@
 - **传输方式**:HTTP/HTTPS 或 WebSocket
 - **数据格式**:JSON
 - **交互模式**:同步请求/响应 或 异步流式响应
-- **官方文档**:[Anthropic MCP GitHub](https://github.com/anthropics/model-context-protocol)
+- **官方文档**:[Anthropic MCP GitHub](https://github.com/modelcontextprotocol/modelcontextprotocol)
 
 ---
 
@@ -259,4 +259,4 @@ sequenceDiagram
    | Context_hash: a1b2c3d4
    ```
 
-该协议目前处于活跃开发阶段,最新规范请参考 [Anthropic 官方 GitHub 仓库](https://github.com/anthropics/model-context-protocol)。
+该协议目前处于活跃开发阶段,最新规范请参考 [Anthropic 官方 GitHub 仓库](https://github.com/modelcontextprotocol/modelcontextprotocol)。

+ 1 - 1
product/deviceconfig.md

@@ -516,7 +516,7 @@ Authorization: Bearer {{key}}
         "description":    "设备描述",//可选,可为空
         "config":  //所有设备整体配置
         {
-            "bus":    "canbus",//设备接入总线或协议类型,canbus/network/serial/RS485/gpio/zigbee/bluetooth/dali/knx/plc-iot
+            "bus":    "canbus",//设备接入总线或协议类型,canbus/network/serial/RS485/gpio/zigbee/bluetooth/dali/knx/plc-iot/rf433
             "control_type": "protocol",//protocol协议类型,relay为继电器,门禁门锁时有single和keep,为窗帘single单信号窗帘相当于按键,off继电器断信号,double继电器双信号窗帘用,touch为干节点按键,可选,默认为 common
             "address": "12345678", //地址,canbus或485,蓝牙,zegbee,地址
             "port": "1", //端口号,1-16,协议转换器的端口号,或开关,灯对应的单个继电器的端口号,//端口号十六进制字符串 1和01是一样的