生成蓝牙设备配网的 authkey

更新时间:2023-06-20 15:20:26下载pdf

本文介绍生成蓝牙设备配网的 authkey的 API。

接口描述

生成蓝牙设备配网的 authkey。

接口地址

POST: /v1.0/iot-03/device-registration/single-bluetooth/auth-key

请求参数

body 说明

参数名类型参数位置是否必填说明
uuidString true设备 UUID
asset_idString true资产 ID

返回参数

参数名类型说明
resultDeviceAuthKeyRes

result 说明

参数名类型说明
randomString配网随机数
auth_keyString配网 authkey

请求示例

POST: /v1.0/iot-03/device-registration/single-bluetooth/auth-key
{
  "uuid": "002008535ccf7f53****",
  "asset_id": "1373903144639082***"
}

返回示例

{
  "result": {
    "random": fa2fxxxxxxxxcb38c
    "auth_key": "******"
  },
  "success": true,
  "t": 1591257455025
}

错误码

参考 错误码