Input to the DoorLock unlockWithTimeout command

MatterSpecification.v13.Cluster § 5.2.10.3

interface UnlockWithTimeoutRequest {
    pinCode?: Uint8Array;
    timeout: number;
}

Hierarchy (view full)

Properties

Properties

pinCode?: Uint8Array

See PINCode field.

MatterSpecification.v13.Cluster § 5.2.10.3.2

timeout: number

This field shall indicate the timeout in seconds to wait before relocking the door lock. This value is independent of the AutoRelockTime attribute value.

MatterSpecification.v13.Cluster § 5.2.10.3.1