Returns the user status for the specified user ID.

MatterSpecification.v13.Cluster § 5.2.10.13

interface GetUserStatusResponse {
    userId: number;
    userStatus: DoorLock.UserStatus;
}

Hierarchy (view full)

Properties

Properties

userId: number

This field shall indicate the user ID provided in the request.

MatterSpecification.v13.Cluster § 5.2.10.13.1

userStatus: DoorLock.UserStatus

This field shall indicate the current status of the requested user ID.

MatterSpecification.v13.Cluster § 5.2.10.13.2