Pull spring calibration start
PULL_CALIBRATION_START code is 0x58
Lock starts automatic detection of pull spring position.
Input parameters
none
Result
Result name |
Value |
Description |
SUCCESS |
0x00 |
Command accepted. |
ERROR |
0x02 |
Command rejected.
Lock is not mounted
|
BUSY |
0x03 |
Command rejected.
Lock is performing operation
|
Output parameters
none
Example
Form message for encryption,
Command Value |
0x58 |
Encrypt prepared message,
Send it on API commands characteristic,
Receive response on API commands characteristic,
Decrypt received response discarding first header byte,
Parse response
Result |
0x00 (SUCCESS) |