Last Updated on : 2024-06-26 09:27:52download
Pair an NB-IoT device by scanning the specified QR code.
POST: /v1.0/iot-03/device-registration/qrcode-bind
Description of body
Parameter name | Type | IN | Required | Description |
---|---|---|---|---|
qrcode | String | true | The code of a specified QR code. There is one QR code on the NB-IoT device. For more information, see the requirements of the NB-IoT device. | |
asset_id | String | true | The ID of a specified asset. | |
time_zone_id | String | true | The time zone. |
Parameter name | Type | Description |
---|---|---|
result | NBDeviceRes |
Description of result
Parameter name | Type | Description |
---|---|---|
device_id | String | The device ID. |
POST: /v1.0/iot-03/device-registration/qrcode-bind
{
"qrcode": "xx",
"asset_id": "***",
"time_zone_id": "***"
}
{
"result": {
"device_id": "vdevoxxxx"
},
"t": 1591257455025,
"success": true
}
For more information, see error code.
Is this page helpful?
YesFeedbackIs this page helpful?
YesFeedback