UnboltingComponent: {
    commands: {
        unboltDoor: Command<TypeFromFields, void, any>;
    };
}

A DoorLockCluster supports these elements if it supports feature Unbolting.

Type declaration

  • Readonlycommands: {
        unboltDoor: Command<TypeFromFields, void, any>;
    }
    • ReadonlyunboltDoor: Command<TypeFromFields, void, any>

      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.

      MatterSpecification.v13.Cluster § 5.2.10.45