Input to the DoorLock clearRfidCode command

MatterSpecification.v13.Cluster § 5.2.10.32

interface ClearRfidCodeRequest {
    rfidSlotIndex: number;
}

Hierarchy (view full)

Properties

Properties

rfidSlotIndex: number

This field shall indicate a valid RFID code slot index or 0xFFFE to indicate all RFID code slots shall be cleared.

MatterSpecification.v13.Cluster § 5.2.10.32.1