enum

Matter::Cluster::Definitions::KeypadInput::StatusCode

Inherits Enum < Comparable < Value < Object

Constants

Success = 0_u8

Command succeeded

UnsupportedKey = 1_u8

Command failed: Key code is not supported.

InvalidKeyInCurrentState = 2_u8

Command failed: Requested key code is invalid in the context of the responder’s current state.

Instance methods

invalid_key_in_current_state?

Returns true if this enum value equals InvalidKeyInCurrentState

Source
success?

Returns true if this enum value equals Success

Source
unsupported_key?

Returns true if this enum value equals UnsupportedKey

Source