enum

Matter::Cluster::Definitions::DoorLock::LockState

Inherits Enum < Comparable < Value < Object

The value of the DoorLock lockState attribute

Constants

NotFullyLocked = 0_u8

Lock state is not fully locked

Locked = 1_u8

Lock state is fully locked

Unlocked = 2_u8

Lock state is fully unlocked

Unlatched = 3_u8

Lock state is unlatched

Instance methods

locked?

Returns true if this enum value equals Locked

Source
not_fully_locked?

Returns true if this enum value equals NotFullyLocked

Source
unlatched?

Returns true if this enum value equals Unlatched

Source
unlocked?

Returns true if this enum value equals Unlocked

Source