蓝牙单设备注册

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

本文介绍蓝牙单设备注册的 API。

接口描述

蓝牙单设备注册。

接口地址

POST: /v1.0/iot-03/device-registration/single-bluetooth/actions/register

请求参数

body 说明

参数名类型参数位置是否必填说明
asset_idString true资产 ID
uuidString true设备 UUID
auth_keyString true蓝牙配网 authkey
macString false设备 MAC 地址
product_idString true产品 ID
pvString true协议版本号

返回参数

参数名类型说明
resultString

请求示例

POST: /v1.0/iot-03/device-registration/single-bluetooth/actions/register
{
  "uuid": "002008535ccf7f53****",
  "asset_id": "213",
  "auth_key": "xxxx",
  "mac": "5c:cf:7f:53:**:**",
  "product_id": "sfclyxhrfnys****",
  "pv": "xx"
}

返回示例

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

错误码

参考 错误码