Set the auto lock time of a lock

https://api.sciener.com/v3/lock/setAutoLockTime

Set the auto lock time of a lock, and the lock will automatically locked after the specific seconds.

1 Request example

POST, ContentType:application/x-www-form-urlencoded

2 Request parameters

NameTypeRequiredDescription
clientIdStringYclient_id from Create application
accessTokenStringYAccess token,refer to: Get access token
lockIdIntYLock ID, generated by Lock init
secondsIntYThe lock will automatically locked after the specific seconds, this parameter set 0 or -1 mean close auto lock
typeIntYmethod:
1-via phone bluetooth,must call Set auto lock time method of APP SDK before you request this API
2-via gateway or WiFi lock, you can call this api directly if it's a WiFi lock or it's connected to gateway.
The default value is 1.
dateLongYCurrent time (timestamp in millisecond)

3 Response and example

ParameterTypeDescription
errcodeIntError code
errmsgStringError message