Register NB-IoT Lock
https://api.sciener.com/v3/lock/registerNb
Register NB-IoT Device to NB-IoT Clound
1. Description
| Name |
Type |
Required |
Description |
| clientId |
String |
Y |
The app_id which is assigned by system when you create an application |
| accessToken |
String |
Y |
Access token |
| lockId |
Int |
Y |
Lock ID |
| nbNodeId |
String |
Y |
NB-IoT node id |
| nbCardNumber |
String |
Y |
NB-IoT card number |
| nbOperator |
String |
Y |
NB-IoT operator |
| nbRssi |
Int |
Y |
NB RSSI |
| date |
Long |
Y |
Current time (timestamp in millisecond) |
2.Response
| Parameter |
Type |
Description |
| errcode |
Int |
Error code |
| errmsg |
String |
Error message |