Input to the DoorLock getUserStatus command

MatterSpecification.v13.Cluster § 5.2.10.12

interface GetUserStatusRequest {
    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 NumberOfPINUsersSupported attribute.

MatterSpecification.v13.Cluster § 5.2.10.12.1