Input to the DoorLock getRfidCode command

MatterSpecification.v13.Cluster § 5.2.10.30

interface GetRfidCodeRequest {
    userId: number;
}

Hierarchy (view full)

Properties

Properties

userId: number

This field shall indicate the user ID.

The value of the UserID field shall be between 0 and the value of the NumberOfRFIDUsersSupported attribute.

MatterSpecification.v13.Cluster § 5.2.10.30.1