Input to the DoorLock unlockDoor command

MatterSpecification.v13.Cluster § 5.2.10.2

interface UnlockDoorRequest {
    pinCode?: Uint8Array;
}

Hierarchy (view full)

Properties

Properties

pinCode?: Uint8Array

See PINCode field.

MatterSpecification.v13.Cluster § 5.2.10.2.1