Calibrate unlocked position

CALIBRATE_UNLOCKED code is 0x55

Lock saves position for unlocked state.

Input parameters

none

Result

Result name

Value

Description

SUCCESS

0x00

Command accepted.

ERROR

0x02

Command rejected.
Lock is not mounted or not in calibration state

BUSY

0x03

Command rejected.
Lock is not in stable position

Output parameters

none

Example

  1. Form message for encryption,

Command Value

0x55

  1. Encrypt prepared message,

  2. Send it on API commands characteristic,

  3. Receive response on API commands characteristic,

  4. Decrypt received response discarding first header byte,

  5. Parse response

Result

0x00 (SUCCESS)