interface Unbolting {
    unboltDoor(request: DoorLock.UnboltDoorRequest): MaybePromise;
}

Methods

Methods

  • This command causes the lock device to unlock the door without pulling the latch. This command includes an optional code for the lock. The door lock may require a code depending on the value of the RequirePINForRemoteOperation attribute.

    NOTE

    If the attribute AutoRelockTime is supported, the lock will transition to the locked state when the auto relock time has expired.

    Parameters

    Returns MaybePromise

    MatterSpecification.v13.Cluster § 5.2.10.45