Skip to main content

Start emergency mode and open the locks

Open the locks in emergency mode for a specified duration. The unlock time must be within the range [0 - 604800] seconds.

  • If the unlock time is set to 0, the lock will remain open indefinitely until explicitly canceled via the endpoint POST /access/general/lock/close/emergency.
  • If the unlock time is set to a value between 1 and 604800 seconds, the lock will open for the specified duration and then close automatically.
  • A value of 0 is a special case and should be used with caution to avoid unintended prolonged access.
Request Body required
  • locks object[] required

    Lock settings after turning on emergency

  • lock_number integer required

    Possible values: <= 2

    Lock number 0 - all locks, 1 - first lock, 2 - second lock

  • unlock_time integer required

    Possible values: <= 604800

    Unlock time in seconds

Responses

OK

Loading...