Input to the DoorLock setUserStatus command

MatterSpecification.v13.Cluster § 5.2.10.11

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

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.11.1

userStatus: DoorLock.UserStatus

UserStatus value of Available is not allowed. In order to clear a user id, the ClearUser Command shall be used. For user status value please refer to UserStatusEnum.

MatterSpecification.v13.Cluster § 5.2.10.11.2