Update lock data
https://api.sciener.com/v3/lock/updateLockData
Update lock data in the cloud after reset keyã reset keyboard passwordãmodified the feature value 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 |
lockData |
String |
Y |
Lock data, generated by SDK |
date |
Long |
Y |
Current time (timestamp in millisecond) |
2.Response
Parameter |
Type |
Description |
errcode |
Int |
Error code |
errmsg |
String |
Error message |