Input to the DoorLock clearUser command

MatterSpecification.v13.Cluster § 5.2.10.37

interface ClearUserRequest {
    userIndex: number;
}

Hierarchy (view full)

Properties

Properties

userIndex: number

This field shall specify a valid User index or 0xFFFE to indicate all user slots shall be cleared.

MatterSpecification.v13.Cluster § 5.2.10.37.1