Input to the DoorLock unboltDoor command

MatterSpecification.v13.Cluster § 5.2.10.45

interface UnboltDoorRequest {
    pinCode?: Uint8Array;
}

Hierarchy (view full)

Properties

Properties

pinCode?: Uint8Array

See PINCode field.

MatterSpecification.v13.Cluster § 5.2.10.45.1