Get NB-IoT Clound Server Info
https://api.sciener.com/v3/lock/getNbPlatformIpAndPort
SDK will conifg the NB-IoT Clound Server Info into the lock when initializing the lock, if it's not done or failed, you can re-config it via SDK.
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 |
| date |
Long |
Y |
Current time (timestamp in millisecond) |
2.Response
| Parameter |
Type |
Description |
| list |
JSONObject |
Record list |
The objects of the returning data
| Parameter |
Type |
Description |
| nbOperator |
String |
NB-IoT operator |
| ip |
String |
NB-IoT operator Server IP |
| port |
Int |
NB-IoT operator Server Port |