Update characteristic value
https://api.sciener.com/v3/lock/updateSpecialValue
When modified the characteristic value of a lock by SDK, update it to server.
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 |
specialValue |
Int |
Y |
characteristic value. it is used to indicate what kinds of feature do a lock support. |
date |
Long |
Y |
Current time (timestamp in millisecond) |
2.Response
Parameter |
Type |
Description |
errcode |
Int |
Error code |
errmsg |
String |
Error message |