enum

Matter::Cluster::Definitions::DoorLock::CredentialRule

Inherits Enum < Comparable < Value < Object

The CredentialRule enum used in various commands shall indicate the credential rule that can be applied to a particular user.

Constants

Single = 0_u8
Dual = 1_u8
Tri = 2_u8

Instance methods

dual?

Returns true if this enum value equals Dual

Source
single?

Returns true if this enum value equals Single

Source
tri?

Returns true if this enum value equals Tri

Source